Skip to content

Commit 444e314

Browse files
committed
MAGETWO-83196: [Backport 2.3] #11898 - Change NL PostCode Pattern #11961
- Merge Pull Request #11961 from osrecio/magento2:PR#NL_PostCode_2.3 - Merged commits: 1. b5caeca
2 parents 84e7c86 + b5caeca commit 444e314

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)