From 1a98cd0dbcc9fe11923de5ad8f5c8fe800e6f384 Mon Sep 17 00:00:00 2001 From: Paul Dechov Date: Fri, 12 Jun 2020 14:03:47 -0400 Subject: [PATCH] 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 --- plugins/woocommerce-admin/src/Features/Onboarding.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/woocommerce-admin/src/Features/Onboarding.php b/plugins/woocommerce-admin/src/Features/Onboarding.php index 2172386f64d..58ad184002f 100644 --- a/plugins/woocommerce-admin/src/Features/Onboarding.php +++ b/plugins/woocommerce-admin/src/Features/Onboarding.php @@ -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', ); }