Skip to content

Commit

Permalink
Merge pull request #804 from woocommerce/add/add-new-allowed-countries
Browse files Browse the repository at this point in the history
Add missing allowed countries.
  • Loading branch information
budzanowski authored Aug 9, 2023
2 parents b95bea8 + 194025d commit 259a97c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ public static function get_countries() {
'FR', // France.
'DE', // Germany.
'GR', // Greece.
'HK', // Hong Kong.
'HU', // Hungary.
'IE', // Ireland.
'IL', // Israel.
'IT', // Italy.
'JP', // Japan.
'LU', // Luxembourg.
Expand All @@ -72,7 +74,9 @@ public static function get_countries() {
'PL', // Poland.
'PT', // Portugal.
'RO', // Romania.
'SG', // Singapore.
'SK', // Slovakia.
'KR', // South Korea.
'ES', // Spain.
'SE', // Sweden.
'CH', // Switzerland.
Expand Down

0 comments on commit 259a97c

Please sign in to comment.