Skip to content

Commit 020ca36

Browse files
committed
Adding Australian regions into Magento Core
1 parent b1fcec4 commit 020ca36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,14 @@ 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'],
812820
];
813821

814822
foreach ($data as $row) {

0 commit comments

Comments
 (0)