From 42737ee017f15a451c9276f367d662abf53f5652 Mon Sep 17 00:00:00 2001 From: dinamiko Date: Thu, 22 Apr 2021 09:50:42 +0200 Subject: [PATCH] All vaulting settings disabled by default --- modules/ppcp-wc-gateway/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ppcp-wc-gateway/services.php b/modules/ppcp-wc-gateway/services.php index 8c9ad39f3..d38941358 100644 --- a/modules/ppcp-wc-gateway/services.php +++ b/modules/ppcp-wc-gateway/services.php @@ -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, ),