-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathwhmcs.json
34 lines (34 loc) · 1.12 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-remote-input-gateway",
"license": "MIT",
"category": "gateway",
"description": {
"name": "Sample Remote Input 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 Merchant Gateway that uses a remotely hosted payment page should be created for WHMCS.",
"features": [
"Capture payment",
"Remote input",
"Remote update",
"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\/remote-input-gateway\/"
},
"authors": [
{
"name": "WHMCS",
"homepage": "https:\/\/www.whmcs.com\/"
}
]
}