Skip to content

Commit

Permalink
update UK name to be alligned with what USPS webtools API expects
Browse files Browse the repository at this point in the history
  • Loading branch information
witekdev committed Dec 11, 2024
1 parent 19e193f commit 556cbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jazkarta/shop/browser/templates/shipping_form.pt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
<option id="form-widgets-country-219" value="Uganda">Uganda</option>
<option id="form-widgets-country-220" value="Ukraine">Ukraine</option>
<option id="form-widgets-country-221" value="United Arab Emirates">United Arab Emirates</option>
<option id="form-widgets-country-222" value="United Kingdom (Great Britain and Northern Ireland)">United Kingdom (Great Britain and Northern Ireland)</option>
<option id="form-widgets-country-222" value="United Kingdom of Great Britain and Northern Ireland">United Kingdom of Great Britain and Northern Ireland</option>
<option id="form-widgets-country-223" value="Uruguay">Uruguay</option>
<option id="form-widgets-country-224" value="Uzbekistan">Uzbekistan</option>
<option id="form-widgets-country-225" value="Vanuatu">Vanuatu</option>
Expand Down
2 changes: 1 addition & 1 deletion jazkarta/shop/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
("Uganda", "UG"),
("Ukraine", "UA"),
("United Arab Emirates", "AE"),
("United Kingdom (Great Britain and Northern Ireland)", "GB"),
("United Kingdom of Great Britain and Northern Ireland", "GB"),
("Uruguay", "UY"),
("Uzbekistan", "UZ"),
("Vanuatu", "VU"),
Expand Down

0 comments on commit 556cbf4

Please sign in to comment.