Put US above US minor islands
This commit is contained in:
parent
2263059c50
commit
b7af018755
1 changed files with 2 additions and 2 deletions
|
@ -467,7 +467,7 @@ shipping_lookup = [
|
|||
{"country": "sweden", "code": "SE"},
|
||||
{"country": "switzerland", "code": "CH"},
|
||||
{"country": "syrian arab republic", "code": "SY"},
|
||||
{"country": "taiwan (province of china)", "code": "TW"},
|
||||
{"country": "taiwan", "code": "TW"},
|
||||
{"country": "tajikistan", "code": "TJ"},
|
||||
{"country": "tanzania, united republic of", "code": "TZ"},
|
||||
{"country": "thailand", "code": "TH"},
|
||||
|
@ -488,8 +488,8 @@ shipping_lookup = [
|
|||
"country": "united kingdom of great britain and northern ireland (the)",
|
||||
"code": "GB",
|
||||
},
|
||||
{"country": "united states minor outlying islands (the)", "code": "UM"},
|
||||
{"country": "united states of america (the)", "code": "US"},
|
||||
{"country": "united states minor outlying islands (the)", "code": "UM"},
|
||||
{"country": "uruguay", "code": "UY"},
|
||||
{"country": "uzbekistan", "code": "UZ"},
|
||||
{"country": "vanuatu", "code": "VU"},
|
||||
|
|
Loading…
Add table
Reference in a new issue