Type
magento2-module
Fix too strict NL postcode in Magento 2.
magento2-module
proprietary
None
None
None
None
None
This module fixes the Dutch(nl_NL) postcode regex in Magento 2. I created a pull request a long time ago, but it won't get through.
composer require timpack/magento2-module-fixdutchpostcoderegex
bin/magento setup:upgrade
src/
to app/code/Timpack/FixDutchPostCodeRegex/
bin/magento setup:upgrade
If you didn't install the module using composer, please copy app/code/Timpack/FixDutchPostCodeRegex/phpunit.timpack.xml
to dev/tests/unit/phpunit.timpack.xml
.
Then run the following:
vendor/bin/phpunit -c dev/tests/unit/phpunit.timpack.xml