Set the "Customize smart button style per location" to be false by default

This commit is contained in:
Narek Zakarian 2024-04-15 18:56:11 +04:00
parent 02fe37dd1a
commit e4714b6006
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

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