-
Notifications
You must be signed in to change notification settings - Fork 30
/
whmcs.json
33 lines (33 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
{
"schema": "1.0",
"type": "whmcs-gateways",
"name": "sample-merchant-gateway",
"license": "MIT",
"category": "gateway",
"description": {
"name": "Sample Merchant 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 Payment Gateway module for WHMCS be structured and implemented.",
"features": [
"Provide structure for 3D Secure Authentication",
"Provide structure for payment capture",
"Provide structure for payment refund"
]
},
"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\/"
}
]
}