-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Postal code (zip code) for Canada should allow postal codes without space #13899
Comments
@sl02, thank you for your report. |
#MageTitansMX |
@tadeobarranco thank you for joining. Please accept team invitation here and self-assign the issue. |
Hi @sl02. Thank you for your report.
The fix will be available with the upcoming 2.2.4 release. |
Hi @sl02. Thank you for your report.
The fix will be available with the upcoming 2.3.0 release. |
[Backport] magento#13899 Solve Canada Zip Code pattern
Hi @sl02. Thank you for your report.
The fix will be available with the upcoming 2.1.15 release. |
This is practically a copy-paste of issue #11898, which was for Netherlands.
Issue
Zip code validation warning on adresses from Canada.
Current validation is A1B 2C3
This should also allow postal code without space A1B2C3
Preconditions
Tested only on 2.2.
Steps to reproduce
Go to cart or checkout, select Canada and insert postal code A1B2C3
Expected result
No warning
Actual result
Zipcode gives warning
Additional info:
Like in issue #11898, even though having the space is the official format, having no space is still widely accepted and common. Should definitely not trigger an error.
The text was updated successfully, but these errors were encountered: