Skip to content

Commit

Permalink
MAGETWO-83196: [Backport 2.3] #11898 - Change NL PostCode Pattern #11961
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Nov 3, 2017
2 parents 097f016 + 444e314 commit c638d82
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 @@ -319,7 +319,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 c638d82

Please sign in to comment.