forked from WHMCS/sample-gateway-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whmcs.json
32 lines (32 loc) · 1.09 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
{
"schema": "1.0",
"type": "whmcs-gateways",
"name": "sample-gateway-module",
"license": "MIT",
"category": "gateway",
"description": {
"name": "Sample Third Party Payment 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 Third Party Payment Gateway module for WHMCS be structured and implemented.",
"features": [
"Provide both client and admin facing user interfaces",
"Utilize hook functionality within WHMCS"
]
},
"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\/"
}
]
}