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