Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception with address line #11

Closed
ehibes opened this issue Aug 10, 2023 · 0 comments · Fixed by #12
Closed

Exception with address line #11

ehibes opened this issue Aug 10, 2023 · 0 comments · Fixed by #12

Comments

@ehibes
Copy link
Contributor

ehibes commented Aug 10, 2023

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.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant