fix: remove defunct payment gateway links from ERPNext Integrations workspace

- Remove GoCardless Settings link (DocType deleted in v15.0)
- Remove Mpesa Settings link (DocType deleted in v15.0)
- Update Payments card link_count from 3 to 1
- Only Plaid Settings remains in Payments section

Fixes broken links that resulted in errors when clicked.
Closes #49352
This commit is contained in:
Imesha Sudasingha
2025-08-28 01:48:21 +05:30
parent b5d3863ecd
commit 17f7351f85

View File

@@ -188,30 +188,10 @@
"hidden": 0, "hidden": 0,
"is_query_report": 0, "is_query_report": 0,
"label": "Payments", "label": "Payments",
"link_count": 3, "link_count": 1,
"onboard": 0, "onboard": 0,
"type": "Card Break" "type": "Card Break"
}, },
{
"hidden": 0,
"is_query_report": 0,
"label": "GoCardless Settings",
"link_count": 0,
"link_to": "GoCardless Settings",
"link_type": "DocType",
"onboard": 0,
"type": "Link"
},
{
"hidden": 0,
"is_query_report": 0,
"label": "Mpesa Settings",
"link_count": 0,
"link_to": "Mpesa Settings",
"link_type": "DocType",
"onboard": 0,
"type": "Link"
},
{ {
"hidden": 0, "hidden": 0,
"is_query_report": 0, "is_query_report": 0,