Set the smart_button_enable_styling_per_location to be false

This commit is contained in:
Narek Zakarian 2024-04-16 15:11:51 +04:00
parent e4714b6006
commit 3d6ac5d56a
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -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,