Skip to content

Commit 0f4b5ef

Browse files
committed
MAGETWO-66763: Make NL zipcode pattern less strict #4874
- Merge Pull Request #4874 from tdgroot/magento2:develop_zipcode_nl_nl
2 parents 8cf01c2 + 2207040 commit 0f4b5ef

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

0 commit comments

Comments
 (0)