Skip to content

Commit 4ed7dce

Browse files
author
Oleksii Korshenko
authored
MAGETWO-66763: Make NL zipcode pattern less strict #4874
2 parents e079a3d + 0f4b5ef commit 4ed7dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/code/Magento/Directory/etc/zip_codes.xml

+1-1
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">^[0-9]{4}\s?[a-zA-Z]{2}$</code>
323323
</codes>
324324
</zip>
325325
<zip countryCode="NO">

0 commit comments

Comments
 (0)