From 3d6ac5d56ac5d1addadd829af201b9aaad808324 Mon Sep 17 00:00:00 2001 From: Narek Zakarian Date: Tue, 16 Apr 2024 15:11:51 +0400 Subject: [PATCH] Set the `smart_button_enable_styling_per_location` to be false --- modules/ppcp-wc-gateway/src/Settings/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/src/Settings/Settings.php b/modules/ppcp-wc-gateway/src/Settings/Settings.php index 9ba1529c2..ebd6f1081 100644 --- a/modules/ppcp-wc-gateway/src/Settings/Settings.php +++ b/modules/ppcp-wc-gateway/src/Settings/Settings.php @@ -142,7 +142,7 @@ class Settings implements ContainerInterface { 'woocommerce-paypal-payments' ), 'smart_button_locations' => $this->default_button_locations, - 'smart_button_enable_styling_per_location' => true, + 'smart_button_enable_styling_per_location' => false, 'pay_later_messaging_enabled' => true, 'pay_later_button_enabled' => true, 'pay_later_button_locations' => $this->default_pay_later_button_locations,