File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Directory/etc
dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 226
226
</zip >
227
227
<zip countryCode =" KR" >
228
228
<codes >
229
- <code id =" pattern_1" active =" true" example =" 123-456 " >^[0-9]{3}-[0-9]{3 }$</code >
229
+ <code id =" pattern_1" active =" true" example =" 12345 " >^[0-9]{5 }$</code >
230
230
</codes >
231
231
</zip >
232
232
<zip countryCode =" KG" >
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ public function getPostcodesDataProvider()
95
95
['countryId ' => 'JE ' , 'postcode ' => 'TY8 9PL ' ],
96
96
['countryId ' => 'KZ ' , 'postcode ' => '123456 ' ],
97
97
['countryId ' => 'KE ' , 'postcode ' => '12345 ' ],
98
- ['countryId ' => 'KR ' , 'postcode ' => '123-456 ' ],
98
+ ['countryId ' => 'KR ' , 'postcode ' => '12345 ' ],
99
99
['countryId ' => 'KG ' , 'postcode ' => '123456 ' ],
100
100
['countryId ' => 'LV ' , 'postcode ' => '1234 ' ],
101
101
['countryId ' => 'LI ' , 'postcode ' => '1234 ' ],
You can’t perform that action at this time.
0 commit comments