Browse Source

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

* [fix] list stripe payment gateway under integrations

* Update integrations.py
version-14
Saurabh 8 years ago
committed by Rushabh Mehta
parent
commit
77ef3e8a27
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      frappe/config/integrations.py

+ 5
- 0
frappe/config/integrations.py View File

@@ -7,6 +7,11 @@ def get_data():
"label": _("Payments"), "label": _("Payments"),
"icon": "fa fa-star", "icon": "fa fa-star",
"items": [ "items": [
{
"type": "doctype",
"name": "Stripe Settings",
"description": _("Stripe payment gateway settings"),
},
{ {
"type": "doctype", "type": "doctype",
"name": "PayPal Settings", "name": "PayPal Settings",


Loading…
Cancel
Save