Skip to content

Commit 7556c8a

Browse files
authored
Merge pull request #71 from newfold-labs/fix/payments-link-press0-3155
Fix payments link press0-3155
2 parents 442dfac + 20ffb69 commit 7556c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/PlanManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public static function get_ecommerce_plan(): Plan {
366366
array(
367367
'id' => 'store_setup_payments',
368368
'title' => __( 'Set Up Payments', 'wp-module-next-steps' ),
369-
'href' => '{siteUrl}/wp-admin/admin.php?page=wc-settings&tab=payments',
369+
'href' => '{siteUrl}/wp-admin/admin.php?page=wc-settings&tab=checkout',
370370
'status' => 'new',
371371
'priority' => 1,
372372
'source' => 'wp-module-next-steps',

0 commit comments

Comments
 (0)