Skip to content

Commit c739656

Browse files
ENGCOM-2073: Update Israeli ZIP code mask: 7 digits instead of 5 #16250
- Merge Pull Request #16250 from studioraz/magento2:impovment/update-israeli-zip-code-mask - Merged commits: 1. 6345bbd
2 parents f38cc97 + 6345bbd commit c739656

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
@@ -196,7 +196,7 @@
196196
</zip>
197197
<zip countryCode="IL">
198198
<codes>
199-
<code id="pattern_1" active="true" example="12345">^[0-9]{5}$</code>
199+
<code id="pattern_1" active="true" example="6687865">^[0-9]{7}$</code>
200200
</codes>
201201
</zip>
202202
<zip countryCode="IT">

0 commit comments

Comments
 (0)