Skip to content

Commit

Permalink
Adding Australian regions into Magento Core
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaibakov committed Aug 11, 2018
1 parent b1fcec4 commit 020ca36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/code/Magento/Directory/Setup/InstallData.php
Original file line number Diff line number Diff line change
Expand Up @@ -809,6 +809,14 @@ public function install(ModuleDataSetupInterface $setup, ModuleContextInterface
['BR', 'SE', 'Sergipe'],
['BR', 'TO', 'Tocantins'],
['BR', 'DF', 'Distrito Federal'],
['AU', 'ACT', 'Australian Capital Territory'],
['AU', 'NSW', 'New South Wales'],
['AU', 'VIC', 'Victoria'],
['AU', 'QLD', 'Queensland'],
['AU', 'SA', 'South Australia'],
['AU', 'TAS', 'Tasmania'],
['AU', 'WA', 'Western Australia'],
['AU', 'NT', 'Northern Territory'],
];

foreach ($data as $row) {
Expand Down

0 comments on commit 020ca36

Please sign in to comment.