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
I noticed a problem creating payment form. If I put this address 2 avenue de la botte aux bailles, Bâtiment Pasaïa I get an exception for invalid address.
String
Status
Length(mb_strlen)
2 avenue de la botte aux bailles, Bâtiment Pasaïa
KO ❌
49
2 avenue de la botte aux bailles, Bâtiment Pasaï
OK ✅
48
2 avenue de la botte aux bailles, Bâtiment Pasaia
OK ✅
49
Bâtiment Pasaïa
OK ✅
15
The problem is string assert function that use strlen instead of mb_strlen
I made a PR with test & update.
The text was updated successfully, but these errors were encountered:
Hi,
I noticed a problem creating payment form. If I put this address
2 avenue de la botte aux bailles, Bâtiment Pasaïa
I get an exception for invalid address.2 avenue de la botte aux bailles, Bâtiment Pasaïa
2 avenue de la botte aux bailles, Bâtiment Pasaï
2 avenue de la botte aux bailles, Bâtiment Pasaia
Bâtiment Pasaïa
The problem is string assert function that use
strlen
instead ofmb_strlen
I made a PR with test & update.
The text was updated successfully, but these errors were encountered: