Skip to content

Commit fe47636

Browse files
authored
Merge pull request #1 from arianoangelo/master
v3.0
2 parents af2d446 + 14790c9 commit fe47636

23 files changed

Lines changed: 2849 additions & 1063 deletions

File tree

README.md

Lines changed: 52 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,50 @@ All you need is to provide your crypto address.
1818

1919
The CryptAPI extension enables your OpenCart store to get receive payments in cryptocurrency, with a simple setup and no sign-ups required.
2020

21-
Currently accepted cryptocurrencies are:
21+
= Accepted cryptocurrencies & tokens include: =
2222

2323
* (BTC) Bitcoin
24+
* (ETH) Ethereum
2425
* (BCH) Bitcoin Cash
2526
* (LTC) Litecoin
26-
* (ETH) Ethereum
2727
* (XMR) Monero
28-
* (IOTA) IOTA
28+
* (TRX) Tron
29+
* (BNB) Binance Coin
30+
* (USDT) USDT
31+
* (SHIB) Shiba Inu
32+
* (DOGE) Dogecoin
33+
34+
35+
among many others, for a full list of the supported cryptocurrencies and tokens, check [this page](https://cryptapi.io/pricing/).
36+
37+
= Auto-value conversion =
2938

3039
CryptAPI will attempt to automatically convert the value you set on your store to the cryptocurrency your customer chose.
31-
Exchange rates are fetched hourly from CoinMarketCap.
40+
41+
Exchange rates are fetched every 5 minutes from CoinGecko.
3242

3343
Supported currencies for automatic exchange rates are:
3444

35-
* (USD) United States Dollar
36-
* (EUR) Euro
37-
* (GBP) Great Britain Pound
38-
* (JPY) Japanese Yen
39-
* (CNY) Chinese Yuan
45+
* (XAF) CFA Franc
46+
* (RON) Romanian Leu
47+
* (BGN) Bulgarian Lev
48+
* (HUF) Hungarian Forint
49+
* (CZK) Czech Koruna
50+
* (PHP) Philippine Peso
51+
* (PLN) Poland Zloti
52+
* (UGX) Uganda Shillings
53+
* (MXN) Mexican Peso
4054
* (INR) Indian Rupee
41-
* (CAD) Canadian Dollar
4255
* (HKD) Hong Kong Dollar
56+
* (CNY) Chinese Yuan
4357
* (BRL) Brazilian Real
4458
* (DKK) Danish Krone
45-
* (MXN) Mexican Peso
46-
* (AED) United Arab Emirates Dirham
59+
* (AED) UAE Dirham
60+
* (JPY) Japanese Yen
61+
* (CAD) Canadian Dollar
62+
* (GBP) GB Pound
63+
* (EUR) Euro
64+
* (USD) US Dollar
4765

4866
If your OpenCart's currency is none of the above, the exchange rates will default to USD.
4967
If you're using OpenCart in a different currency not listed here and need support, please [contact us](https://cryptapi.io) via our live chat.
@@ -74,6 +92,10 @@ For more info on our fees [click here](https://cryptapi.io/get_started/#fees)
7492
8. Save Changes
7593
9. All done!
7694

95+
### Cronjob
96+
97+
Some features require a cronjob to work. You need to create one in your hosting that runs every 1 minute. It should call this URL ``YOUR-DOMAIN/index.php?route=extension/payment/cryptapi/cron``.
98+
7799
### Frequently Asked Questions
78100

79101
#### Do I need an API key?
@@ -103,5 +125,21 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
103125
#### 1.0
104126
* Initial release.
105127

106-
### Upgrade Notice
107-
* Initial release.
128+
#### 2.0
129+
* New coins
130+
* Updated codebase
131+
* New API URL
132+
133+
#### 3.0
134+
* New settings and color schemes to fit dark mode
135+
* New settings to add CryptAPI's services fees to the checkout
136+
* New settings to add blockchain fees to the checkout
137+
* Upgrade the settings
138+
* Added a history of transactions to the order payment page
139+
* Better handling of partial payments
140+
* Disable QR Code with value in certain currencies due to some wallets not supporting it
141+
* Minor fixes
142+
* UI Improvements
143+
144+
#### Upgrade Notice
145+
* No breaking changes

0 commit comments

Comments
 (0)