-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugins.json
29 lines (28 loc) · 1.03 KB
/
plugins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
{
"title": "Cash on Delivery",
"logo": "",
"description": "Accept order and deliver and get paid on delivery",
"url_type": "GIT",
"url": "https://github.com/nxtbn-com/cod",
"home_url": "https://github.com/nxtbn-com/cod",
"documentation_url": "https://github.com/nxtbn-com/cod",
"release_api": "https://api.github.com/repos/nxtbn-com/cod/releases",
"plugin_type": "PAYMENT_PROCESSOR",
"tag": [
]
},
{
"title": "Stripe Payment Gateway",
"logo": "",
"description": "Plugin for stripe payment gateway that accept payment in self hosted checkout form",
"url_type": "GIT",
"url": "https://github.com/nxtbn-com/stripe",
"home_url": "https://github.com/nxtbn-com/stripe",
"documentation_url": "https://github.com/nxtbn-com/stripe",
"release_api": "https://api.github.com/repos/nxtbn-com/stripe/releases",
"plugin_type": "PAYMENT_PROCESSOR",
"tag": [
]
}
]