Skip to content

Commit 760aeec

Browse files
committed
fix: wrong url payment button
1 parent 3ffc260 commit 760aeec

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Settings/Preferences/List

1 file changed

+1
-1
lines changed

src/shared/components/Settings/Preferences/List/data.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const data = [
1717
icon: payment,
1818
name: 'Payment',
1919
description: 'To setup your payments preferences, please click the “Go To Payments” button.',
20-
link: `${config.URL.COMMUNITY}/tc?module=EditPaymentPreferences`,
20+
link: `${config.URL.COMMUNITY}/PactsMemberServlet?module=PaymentHistory&full_list=false`,
2121
linkTitle: 'GO TO PAYMENTS',
2222
},
2323
];

0 commit comments

Comments
 (0)