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 283
283
</zip >
284
284
<zip countryCode =" GR" >
285
285
<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 >
287
287
</codes >
288
288
</zip >
289
289
<zip countryCode =" GS" >
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ public function getPostcodesDataProvider()
157
157
['countryId ' => 'GH ' , 'postcode ' => 'GA18400 ' ],
158
158
['countryId ' => 'GN ' , 'postcode ' => '123 ' ],
159
159
['countryId ' => 'GP ' , 'postcode ' => '12345 ' ],
160
- ['countryId ' => 'GR ' , 'postcode ' => '123 45 ' ],
160
+ ['countryId ' => 'GR ' , 'postcode ' => '12345 ' ],
161
161
['countryId ' => 'GS ' , 'postcode ' => 'SIQQ 1ZZ ' ],
162
162
['countryId ' => 'GT ' , 'postcode ' => '12345 ' ],
163
163
['countryId ' => 'GU ' , 'postcode ' => '12345 ' ],
You can’t perform that action at this time.
0 commit comments