magento
magento copied to clipboard
Postal code validation
What problem does this feature solve?
If a customer happens to enter a postal code with an additional space, the validation Helper fails, which ends up in error in the order overview.
What should the solution look like?
Fix the regex, or trim the postalcode before validating.
Relevant log output
No response
Additional context
No response