Skip to content

Commit

Permalink
MAGETWO-83195: [Backport 2.1] #11898 - Change NL PostCode Pattern #11960
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Nov 3, 2017
2 parents 9bc8f13 + f0874ec commit 1835f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Directory/etc/zip_codes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
</zip>
<zip countryCode="NL">
<codes>
<code id="pattern_1" active="true" example="1234 AB">^[0-9]{4}\s[a-zA-Z]{2}$</code>
<code id="pattern_1" active="true" example="1234 AB/1234AB">^[1-9][0-9]{3}\s?[a-zA-Z]{2}$</code>
</codes>
</zip>
<zip countryCode="NO">
Expand Down

0 comments on commit 1835f35

Please sign in to comment.