Skip to content

Commit

Permalink
ENGCOM-2216: Update Israeli ZIP code mask, 7 digits instead of 5 ,acc…
Browse files Browse the repository at this point in the history
…ording to the… #16613
  • Loading branch information
Stanislav Idolov authored Jul 12, 2018
2 parents 5a764b2 + 5bb6777 commit 6827d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Directory/etc/zip_codes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
</zip>
<zip countryCode="IL">
<codes>
<code id="pattern_1" active="true" example="12345">^[0-9]{5}$</code>
<code id="pattern_1" active="true" example="6687865">^[0-9]{7}$</code>
</codes>
</zip>
<zip countryCode="IT">
Expand Down

0 comments on commit 6827d2b

Please sign in to comment.