Skip to content

Commit 407cc51

Browse files
committed
ENGCOM-2747: Feature australian regions #17516. Remove regions duplication during install.
1 parent 87c7997 commit 407cc51

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/code/Magento/Directory/Setup/InstallData.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -809,14 +809,6 @@ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface
809809
['BR', 'SE', 'Sergipe'],
810810
['BR', 'TO', 'Tocantins'],
811811
['BR', 'DF', 'Distrito Federal'],
812-
['AU', 'ACT', 'Australian Capital Territory'],
813-
['AU', 'NSW', 'New South Wales'],
814-
['AU', 'VIC', 'Victoria'],
815-
['AU', 'QLD', 'Queensland'],
816-
['AU', 'SA', 'South Australia'],
817-
['AU', 'TAS', 'Tasmania'],
818-
['AU', 'WA', 'Western Australia'],
819-
['AU', 'NT', 'Northern Territory'],
820812
];
821813

822814
foreach ($data as $row) {

0 commit comments

Comments
 (0)