Skip to content

Commit a8c4fcb

Browse files
committed
Corrects the list of regions in Belgium.
1 parent abbfa03 commit a8c4fcb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,15 @@ private function getDataForBelgium()
6060
return [
6161
['BE', 'VAN', 'Antwerpen'],
6262
['BE', 'WBR', 'Brabant wallon'],
63-
['BE', 'BRU', 'Brussels Hoofdstedelijk Gewest'],
63+
['BE', 'BRU', 'Brussels-Capital Region'],
6464
['BE', 'WHT', 'Hainaut'],
6565
['BE', 'VLI', 'Limburg'],
66-
['BE', 'WLG', 'Liege'],
66+
['BE', 'WLG', 'Liège'],
6767
['BE', 'WLX', 'Luxembourg'],
6868
['BE', 'WNA', 'Namur'],
6969
['BE', 'VOV', 'Oost-Vlaanderen'],
70-
['BE', 'VLG', 'Vlaams Gewest'],
7170
['BE', 'VBR', 'Vlaams-Brabant'],
7271
['BE', 'VWV', 'West-Vlaanderen'],
73-
['BE', 'WAL', 'Wallonne, Region']
7472
];
7573
}
7674

0 commit comments

Comments
 (0)