taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 29 forks source link

Fix postcode validation logic #329

Closed arvind-curotec closed 2 years ago

arvind-curotec commented 2 years ago

If a customer enters a postcode in format 12345-6789, postcode validation fails. Need to return as soon as the pattern matches.

Context

Postcode validation fails when user enters postcode in format 12345-6789

Description

Fixes the postcode validation logic.

Performance

N/A

Testing

Versions