From e4714b600664eeb0b06250179f7b29430ce75f38 Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Mon, 15 Apr 2024 18:56:11 +0400 Subject: [PATCH] Set the "Customize smart button style per location" to be false by default --- .../src/Settings/Fields/paypal-smart-button-fields.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php b/modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php index 93c0ac8e7..83363c08a 100644 --- a/modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php +++ b/modules/ppcp-wc-gateway/src/Settings/Fields/paypal-smart-button-fields.php @@ -91,7 +91,7 @@ return function ( ContainerInterface $container, array $fields ): array { 'title' => __( 'Customize Smart Buttons Per Location', 'woocommerce-paypal-payments' ), 'type' => 'checkbox', 'label' => __( 'Customize smart button style per location', 'woocommerce-paypal-payments' ), - 'default' => true, + 'default' => false, 'screens' => array( State::STATE_START, State::STATE_ONBOARDED ), 'requirements' => array(), 'gateway' => 'paypal',