-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from vr-dev-team/feature/logo-and-meta
added logo and meta for whmcs module
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"schema": "1.0", | ||
"type": "whmcs-gateways", | ||
"name": "vr-coinify", | ||
"license": "MIT", | ||
"category": "payments", | ||
"description": { | ||
"name": "Coinify Gateway", | ||
"tagline": "Coinify Gateway Module allow you to integrate Coinify payment solutions with the WHMCS platform.", | ||
"long": "Coinify Gateway Module allow you to integrate Coinify payment solutions with the WHMCS platform.", | ||
"features": [ | ||
"Provide admin interface", | ||
"Better error handling and module logging on errors", | ||
"Using official PHP SDK", | ||
"Additional checks for minimal amount of the payments" | ||
] | ||
}, | ||
"logo": { | ||
"filename": "logo.png" | ||
}, | ||
"support": { | ||
"homepage": "https:\/\/github.com\/vr-dev-team\/vrcoinify", | ||
"learn_more": "", | ||
"email": "[email protected]", | ||
"support_url": "https:\/\/github.com\/vr-dev-team\/vrcoinify", | ||
"docs_url": "https:\/\/github.com\/vr-dev-team\/vrcoinify" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "VR DEV TEAM", | ||
"homepage": "https:\/\/vr-dev.team\/" | ||
} | ||
] | ||
} |