All vaulting settings disabled by default

This commit is contained in:
dinamiko 2021-04-22 09:50:42 +02:00
parent ab5dc13ad7
commit 42737ee017

View file

@ -509,7 +509,7 @@ return array(
'desc_tip' => true,
'label' => __( 'Allow Registered Buyers to Save Credit Card', 'woocommerce-paypal-payments' ),
'description' => __( 'Buyers that create an account on your store may save their Credit Card for faster checkout.', 'woocommerce-paypal-payments' ),
'default' => true,
'default' => false,
'screens' => array(
State::STATE_ONBOARDED,
),