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


 - Merge Pull Request #11960 from osrecio/magento2:PR#NL_PostCode_2.1
 - Merged commits:
   1. b891a0c
  • Loading branch information
ishakhsuvarov committed Nov 2, 2017
2 parents 476a1e9 + b891a0c commit f0874ec
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 f0874ec

Please sign in to comment.