Update the LYS "Add payment methods" link to the payment settings page (#50609)
* Fix the "Add payment methods" link in LYS congrat screen redirects to a blank page * Add changelog * Fix link
This commit is contained in:
parent
9fcd59d3d0
commit
175ebe2a5e
|
@ -78,7 +78,7 @@ const getActionsList = ( { activePlugins, allTasklists }: WhatsNextProps ) => {
|
|||
'Give your shoppers more ways to pay by adding additional payment methods to your store.',
|
||||
'woocommerce'
|
||||
),
|
||||
link: `${ ADMIN_URL }admin.php?page=wc-admin&task=payments`,
|
||||
link: `${ ADMIN_URL }admin.php?page=wc-settings&tab=checkout`,
|
||||
linkText: __( 'Add payment methods', 'woocommerce' ),
|
||||
trackEvent: 'launch_you_store_congrats_payments_click',
|
||||
};
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix the "Add payment methods" link in LYS congrat screen redirects to a blank page
|
Loading…
Reference in New Issue