Skip to content

Commit e083a23

Browse files
committed
Merge remote-tracking branch '36696/issue-36676' into comm_247beta3
2 parents 11b032f + 16f212b commit e083a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Directory/etc/zip_codes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
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">

dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'],

0 commit comments

Comments
 (0)