We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3937246 commit 830595eCopy full SHA for 830595e
app/code/Magento/Directory/etc/zip_codes.xml
@@ -258,7 +258,7 @@
258
</zip>
259
<zip countryCode="GG">
260
<codes>
261
- <code id="pattern_1" active="true" example="GY10 2AB">^GY([0-9]|10)\s?[0-9]{1}[a-zA-Z]{2}$</code>
+ <code id="pattern_1" active="true" example="GY10 2AB">^[gG][yY]([1-9]|10)\s?[0-9]{1}[a-zA-Z]{2}$</code>
262
</codes>
263
264
<zip countryCode="GH">
@@ -378,7 +378,7 @@
378
379
<zip countryCode="JE">
380
381
- <code id="pattern_1" active="true" example="JE2 4PJ">^JE[0-5]{1}\s?[0-9]{1}[a-zA-Z]{2}$</code>
+ <code id="pattern_1" active="true" example="JE2 4PJ">^[jJ][eE][1-5]{1}\s?[0-9]{1}[a-zA-Z]{2}$</code>
382
383
384
<zip countryCode="JO">
0 commit comments