Skip to content

Commit 4d2f636

Browse files
committed
MC-10825: [2.2] Update GB country name in USPS API
1 parent d20f927 commit 4d2f636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Usps/Model/Carrier.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ protected function _getCountryName($countryId)
12461246
'FO' => 'Faroe Islands',
12471247
'FR' => 'France',
12481248
'GA' => 'Gabon',
1249-
'GB' => 'Great Britain and Northern Ireland',
1249+
'GB' => 'United Kingdom of Great Britain and Northern Ireland',
12501250
'GD' => 'Grenada',
12511251
'GE' => 'Georgia, Republic of',
12521252
'GF' => 'French Guiana',
@@ -1364,7 +1364,7 @@ protected function _getCountryName($countryId)
13641364
'ST' => 'Sao Tome and Principe',
13651365
'SV' => 'El Salvador',
13661366
'SY' => 'Syrian Arab Republic',
1367-
'SZ' => 'Swaziland',
1367+
'SZ' => 'Eswatini',
13681368
'TC' => 'Turks and Caicos Islands',
13691369
'TD' => 'Chad',
13701370
'TG' => 'Togo',

0 commit comments

Comments
 (0)