Task list: Add more Stripe supported countries (https://github.com/woocommerce/woocommerce-admin/pull/4545)

* Show Stripe task for recently supported countries

* Add Puerto Rico as supported 'country', included in US by Stripe

* Add preview country India to Stripe supported list
This commit is contained in:
Paul Dechov 2020-06-12 14:03:47 -04:00 committed by GitHub
parent 0cc93957a5
commit 1a98cd0dbc
1 changed files with 9 additions and 0 deletions

View File

@ -645,7 +645,11 @@ class Onboarding {
'AU', 'AU',
'AT', 'AT',
'BE', 'BE',
'BG',
// 'BR', // Preview, requires invite.
'CA', 'CA',
'CY',
'CZ',
'DK', 'DK',
'EE', 'EE',
'FI', 'FI',
@ -653,6 +657,7 @@ class Onboarding {
'DE', 'DE',
'GR', 'GR',
'HK', 'HK',
'IN', // Preview.
'IE', 'IE',
'IT', 'IT',
'JP', 'JP',
@ -660,11 +665,14 @@ class Onboarding {
'LT', 'LT',
'LU', 'LU',
'MY', 'MY',
'MT',
'MX',
'NL', 'NL',
'NZ', 'NZ',
'NO', 'NO',
'PL', 'PL',
'PT', 'PT',
'RO',
'SG', 'SG',
'SK', 'SK',
'SI', 'SI',
@ -673,6 +681,7 @@ class Onboarding {
'CH', 'CH',
'GB', 'GB',
'US', 'US',
'PR',
); );
} }