Skip to content

Commit

Permalink
Fix an issue preventing the new checkout experience to be enabled by …
Browse files Browse the repository at this point in the history
…default
  • Loading branch information
wjrosa committed Jan 9, 2025
1 parent 359162f commit 141175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/stripe-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],
];
Expand Down

0 comments on commit 141175f

Please sign in to comment.