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 283283 </zip >
284284 <zip countryCode =" GR" >
285285 <codes >
286- <code id =" pattern_1" active =" true" example =" 123 45 " >^[0-9]{3}\s[0-9]{2 }$</code >
286+ <code id =" pattern_1" active =" true" example =" 12345 " >^[0-9]{5 }$</code >
287287 </codes >
288288 </zip >
289289 <zip countryCode =" GS" >
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public function getPostcodesDataProvider()
157157 ['countryId ' => 'GH ' , 'postcode ' => 'GA18400 ' ],
158158 ['countryId ' => 'GN ' , 'postcode ' => '123 ' ],
159159 ['countryId ' => 'GP ' , 'postcode ' => '12345 ' ],
160- ['countryId ' => 'GR ' , 'postcode ' => '123 45 ' ],
160+ ['countryId ' => 'GR ' , 'postcode ' => '12345 ' ],
161161 ['countryId ' => 'GS ' , 'postcode ' => 'SIQQ 1ZZ ' ],
162162 ['countryId ' => 'GT ' , 'postcode ' => '12345 ' ],
163163 ['countryId ' => 'GU ' , 'postcode ' => '12345 ' ],
You can’t perform that action at this time.
0 commit comments