[fix] list stripe payment gateway under integrations (#3270)

* [fix] list stripe payment gateway under integrations

* Update integrations.py
This commit is contained in:
Saurabh 2017-05-12 15:22:01 +05:30 committed by Rushabh Mehta
parent 931ef1f244
commit 77ef3e8a27

View file

@ -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",