$charge_frequency = #חיוב מידי/מחזורי#; $price_final = #מחיר סופי#;
if (strpos($charge_frequency, “מידי”) !== false) { return $price_final; }