diff --git a/frappe/config/integrations.py b/frappe/config/integrations.py index 53a942a32d..5eae544c75 100644 --- a/frappe/config/integrations.py +++ b/frappe/config/integrations.py @@ -7,6 +7,11 @@ def get_data(): "label": _("Payments"), "icon": "fa fa-star", "items": [ + { + "type": "doctype", + "name": "Stripe Settings", + "description": _("Stripe payment gateway settings"), + }, { "type": "doctype", "name": "PayPal Settings",