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