diff --git a/includes/admin/stripe-settings.php b/includes/admin/stripe-settings.php index f13e45852..b837c7e81 100644 --- a/includes/admin/stripe-settings.php +++ b/includes/admin/stripe-settings.php @@ -267,7 +267,7 @@ ), 'type' => 'checkbox', 'description' => __( 'New checkout experience allows you to manage all payment methods on one screen and display them to customers based on their currency and location.', 'woocommerce-gateway-stripe' ), - 'default' => 'no', + 'default' => 'yes', 'desc_tip' => true, ], ];