Skip to content

Commit

Permalink
Merge pull request #3 from vr-dev-team/feature/logo-and-meta
Browse files Browse the repository at this point in the history
added logo and meta for whmcs module
  • Loading branch information
zullkas authored Apr 22, 2021
2 parents 2cf6f27 + ca38f98 commit 4620456
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
Binary file added modules/gateways/vrcoinify/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions modules/gateways/vrcoinify/whmcs.json
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\/"
}
]
}

0 comments on commit 4620456

Please sign in to comment.