Skip to content

Commit 5bb6777

Browse files
ENGCOM-2216: Update Israeli ZIP code mask, 7 digits instead of 5 ,according to the… #16613
- Merge Pull Request #16613 from gelanivishal/magento2:2.3-develop-PR-port-16250 - Merged commits: 1. b7b03f9
2 parents 0c2fa6f + b7b03f9 commit 5bb6777

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)