From e6969ab9ab734ca19f05045a9fafd2c8e276eda7 Mon Sep 17 00:00:00 2001 From: Matthew Wire <mjw@mjwconsult.co.uk> Date: Sun, 8 Nov 2020 18:57:43 +0000 Subject: [PATCH] Add 'Stripe Country' setting to settings UI --- settings/stripe.setting.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/stripe.setting.php b/settings/stripe.setting.php index b1e1c447..0714dc9d 100644 --- a/settings/stripe.setting.php +++ b/settings/stripe.setting.php @@ -92,9 +92,9 @@ Required by the paymentRequest button. 2-character code (eg. "US") that can be f ]), 'html_attributes' => [], 'settings_pages' => [ - // 'stripe' => [ - // 'weight' => 21, - // ] + 'stripe' => [ + 'weight' => 21, + ] ], ], 'stripe_enable_public_future_recur_start' => [ -- GitLab