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
Hello,
This regex remove the "+" of the country calling code of the phone during order import.
Exemple "+336123456789" is stored in magento as "336123456789" wich is a wrong phone number.
plugin-magento2/Model/Import/Customer.php
Line 774 in 6a3c014
Hello,
This regex remove the "+" of the country calling code of the phone during order import.
Exemple "+336123456789" is stored in magento as "336123456789" wich is a wrong phone number.
A quick fix could be :
But a more precise clean of the phone number could be better.
Thanks
The text was updated successfully, but these errors were encountered: