Skip to content

Commit

Permalink
Change NL PostCode Pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
osrecio committed Nov 2, 2017
1 parent 476a1e9 commit b891a0c
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 b891a0c

Please sign in to comment.