-
Notifications
You must be signed in to change notification settings - Fork 47
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 #90 from p-maguire/5.0.x
SP-986: Plugin cleanup and whmcs.json changes
- Loading branch information
Showing
4 changed files
with
76 additions
and
48 deletions.
There are no files selected for viewing
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
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
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,35 @@ | ||
{ | ||
"schema": "1.0", | ||
"type": "whmcs-gateways", | ||
"name": "BitPayCheckout", | ||
"license": "MIT", | ||
"category": "payments", | ||
"description": { | ||
"name": "BitPay Checkout", | ||
"tagline": "Accept payments via crypto currency using BitPay", | ||
"features": [ | ||
"Accept bitcoin and bitcoin cash payments from payment protocol compatible wallets", | ||
"Price in your local currency", | ||
"Get settled via Bank transfer (EUR, USD, GBP or any of the supported fiat currencies), BTC, BCH, ETH, WBTC, LTC, DOGE, XRP or stable coins (USDC, GUSD, PAXOS, BUSD and DAI)", | ||
"By design, chargebacks are not possible with cryptocurrency payments", | ||
"Have an overview of all your bitcoin and bitcoin cash payments in your BitPay merchant account at https://bitpay.com/dashboard", | ||
"Refund your customers in bitcoin or bitcoin cash in your BitPay merchant dashboard at https://bitpay.com/dashboard/payments" | ||
] | ||
}, | ||
"logo": { | ||
"filename": "icon-256x256.png" | ||
}, | ||
"support": { | ||
"homepage": "https:\/\/www.bitpay.com\/", | ||
"learn_more": "https:\/\/www.bitpay.com\/online-payments", | ||
"email": "[email protected]", | ||
"support_url": "https:\/\/www.bitpay.com\/request-help", | ||
"docs_url": "https:\/\/developer.bitpay.com\/" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "BitPay", | ||
"homepage": "https:\/\/www.bitpay.com\/" | ||
} | ||
] | ||
} |