We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 442dfac + 20ffb69 commit 7556c8aCopy full SHA for 7556c8a
includes/PlanManager.php
@@ -366,7 +366,7 @@ public static function get_ecommerce_plan(): Plan {
366
array(
367
'id' => 'store_setup_payments',
368
'title' => __( 'Set Up Payments', 'wp-module-next-steps' ),
369
- 'href' => '{siteUrl}/wp-admin/admin.php?page=wc-settings&tab=payments',
+ 'href' => '{siteUrl}/wp-admin/admin.php?page=wc-settings&tab=checkout',
370
'status' => 'new',
371
'priority' => 1,
372
'source' => 'wp-module-next-steps',
0 commit comments