This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
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
931ef1f244
commit
77ef3e8a27
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
frappe/config/integrations.py
+ 5
- 0
frappe/config/integrations.py
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",
Write
Preview
Loading…
Cancel
Save