Skip to content

Commit 6b69fa1

Browse files
authored
Merge pull request #3583 from magento-arcticfoxes/MC-10822
[arcticfoxes] MC-10822: Update GB country name in USPS API
2 parents 46a307e + 6654371 commit 6b69fa1

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
@@ -1248,7 +1248,7 @@ protected function _getCountryName($countryId)
12481248
'FO' => 'Faroe Islands',
12491249
'FR' => 'France',
12501250
'GA' => 'Gabon',
1251-
'GB' => 'Great Britain and Northern Ireland',
1251+
'GB' => 'United Kingdom of Great Britain and Northern Ireland',
12521252
'GD' => 'Grenada',
12531253
'GE' => 'Georgia, Republic of',
12541254
'GF' => 'French Guiana',
@@ -1366,7 +1366,7 @@ protected function _getCountryName($countryId)
13661366
'ST' => 'Sao Tome and Principe',
13671367
'SV' => 'El Salvador',
13681368
'SY' => 'Syrian Arab Republic',
1369-
'SZ' => 'Swaziland',
1369+
'SZ' => 'Eswatini',
13701370
'TC' => 'Turks and Caicos Islands',
13711371
'TD' => 'Chad',
13721372
'TG' => 'Togo',

0 commit comments

Comments
 (0)