Skip to content

Commit

Permalink
9515: South Korea Zip Code Validation incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaKis committed Nov 22, 2017
1 parent 6bce6f7 commit 97d449c
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 @@ -226,7 +226,7 @@
</zip>
<zip countryCode="KR">
<codes>
<code id="pattern_1" active="true" example="123-456">^[0-9]{3}-[0-9]{3}$</code>
<code id="pattern_1" active="true" example="12345">^[0-9]{5}$</code>
</codes>
</zip>
<zip countryCode="KG">
Expand Down

0 comments on commit 97d449c

Please sign in to comment.