timpack / magento2-module-fixdutchpostcoderegex
Fix too strict NL postcode in Magento 2.
Package info
github.com/tdgroot/magento2-module-fixdutchpostcoderegex
Type:magento2-module
pkg:composer/timpack/magento2-module-fixdutchpostcoderegex
2.1.3-p1
2017-03-01 22:41 UTC
Requires
- php: ~5.6.5|7.0.2|7.0.4|~7.0.6
- magento/framework: 100.0.*|100.1.*
- magento/module-directory: 100.0.*|100.1.*
This package is auto-updated.
Last update: 2026-03-01 00:23:07 UTC
README
This module fixes the Dutch(nl_NL) postcode regex in Magento 2. I created a pull request and it got merged, so this module won't be necessary in Magento 2.2.
Installation using Composer
composer require timpack/magento2-module-fixdutchpostcoderegex
bin/magento setup:upgrade
Installation manually
- Download the zip
- Copy the contents of
src/toapp/code/Timpack/FixDutchPostCodeRegex/ - Then run
bin/magento setup:upgrade
Running tests
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