From 77ef3e8a272eedac2cc1b8f992776a17bcb649a9 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Fri, 12 May 2017 15:22:01 +0530 Subject: [PATCH] [fix] list stripe payment gateway under integrations (#3270) * [fix] list stripe payment gateway under integrations * Update integrations.py --- frappe/config/integrations.py | 5 +++++ 1 file changed, 5 insertions(+) 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",