-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwhmcs.json
34 lines (34 loc) · 1.11 KB
/
whmcs.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
30
31
32
33
34
{
"schema": "1.0",
"type": "whmcs-gateways",
"name": "sample-tokenisation-gateway-module",
"license": "MIT",
"category": "gateway",
"description": {
"name": "Sample Tokenisation Gateway Module",
"tagline": "Payment Gateway modules allow you to integrate payment solutions with the WHMCS platform.",
"long": "The sample files here demonstrate how we suggest a Tokenised Payment Gateway module for WHMCS be structured and implemented.",
"features": [
"Store payment details",
"Capture payment",
"Refund transaction",
"Admin status message"
]
},
"logo": {
"filename": "logo.png"
},
"support": {
"homepage": "https:\/\/www.whmcs.com\/",
"learn_more": "https:\/\/www.whmcs.com\/tour",
"email": "[email protected]",
"support_url": "https:\/\/support.whmcs.com\/",
"docs_url": "https:\/\/developers.whmcs.com\/payment-gateways\/"
},
"authors": [
{
"name": "WHMCS",
"homepage": "https:\/\/www.whmcs.com\/"
}
]
}