[fix] list stripe payment gateway under integrations (#3270)
* [fix] list stripe payment gateway under integrations * Update integrations.py
This commit is contained in:
parent
931ef1f244
commit
77ef3e8a27
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue