Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit edd8293

Browse files
committed
MAGETWO-83194: #11898 - Change NL PostCode Pattern #11959
- Merge Pull Request magento/magento2#11959 from osrecio/magento2:PR#NL_PostCode - Merged commits: 1. 9deda1c
2 parents 148da00 + 9deda1c commit edd8293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Directory/etc/zip_codes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
</zip>
320320
<zip countryCode="NL">
321321
<codes>
322-
<code id="pattern_1" active="true" example="1234 AB">^[0-9]{4}\s?[a-zA-Z]{2}$</code>
322+
<code id="pattern_1" active="true" example="1234 AB/1234AB">^[1-9][0-9]{3}\s?[a-zA-Z]{2}$</code>
323323
</codes>
324324
</zip>
325325
<zip countryCode="NO">

0 commit comments

Comments
 (0)