mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Set the smart_button_enable_styling_per_location
to be false
This commit is contained in:
parent
e4714b6006
commit
3d6ac5d56a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue