diff --git a/modules/gateways/vrcoinify/logo.png b/modules/gateways/vrcoinify/logo.png new file mode 100644 index 0000000..cd92583 Binary files /dev/null and b/modules/gateways/vrcoinify/logo.png differ diff --git a/modules/gateways/vrcoinify/whmcs.json b/modules/gateways/vrcoinify/whmcs.json new file mode 100644 index 0000000..f8f2844 --- /dev/null +++ b/modules/gateways/vrcoinify/whmcs.json @@ -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": "ar@vr-dev.team", + "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\/" + } + ] +}