You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The customer set the variable symbol as "24" in his payment, however, his bank sends the payment as "0000000024".
It would be nice to automatically vanish zeros at the beginning of the line and match also this format of the variable symbol.
ltrim($transaction['reference'], '0') should do the job in
The customer set the variable symbol as "24" in his payment, however, his bank sends the payment as "0000000024".
It would be nice to automatically vanish zeros at the beginning of the line and match also this format of the variable symbol.
ltrim($transaction['reference'], '0')
should do the job inUCRM-plugins/plugins/fio_cz/src/src/Facade/UcrmFacade.php
Line 80 in 9385d4c
The text was updated successfully, but these errors were encountered: