Skip to content

Commit 876e37b

Browse files
committed
#30959 Add one more region for Greece and fix two Portugal states numbers
1 parent 0a27db2 commit 876e37b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/code/Magento/Directory/Setup/Patch/Data/AddDataForGreece.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ private function getDataForGreece()
7777
['GR', 'GR-H', 'Stereá Elláda'],
7878
['GR', 'GR-E', 'Thessalía'],
7979
['GR', 'GR-K', 'Vóreio Aigaío'],
80+
['GR', 'GR-69', 'Ágion Óros']
8081

8182
];
8283
}

app/code/Magento/Directory/Setup/Patch/Data/AddDataForPortugal.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ private function getDataForPortugal()
8282
['PT', 'PT-16', 'Viana do Castelo'],
8383
['PT', 'PT-17', 'Vila Real'],
8484
['PT', 'PT-18', 'Viseu'],
85-
['PT', 'PT-19', 'Região Autónoma dos Açores'],
86-
['PT', 'PT-20', 'Região Autónoma da Madeira']
85+
['PT', 'PT-20', 'Região Autónoma dos Açores'],
86+
['PT', 'PT-30', 'Região Autónoma da Madeira']
8787
];
8888
}
8989

0 commit comments

Comments
 (0)