Skip to content

Commit 2bdbef5

Browse files
committed
v1.0.3
* Add new choices for order cancellation.
1 parent a1068fc commit 2bdbef5

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

Model/Config/Source/CancellationList.php

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ public function toOptionArray()
88
{
99
return [
1010
'0' => 'Never',
11+
'900' => '15 Minutes',
12+
'1800' => '30 Minutes',
13+
'2700' => '45 Minutes',
1114
'3600' => '1 Hour',
1215
'21600' => '6 Hours',
1316
'43200' => '12 Hours',

README.md

+26-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Magento >= 2.3.5
1212

1313
### Description
1414

15-
Accept payments in Bitcoin, Bitcoin Cash, Litecoin, Ethereum, Monero and IOTA directly to your crypto wallet.
15+
Accept payments in Bitcoin, Bitcoin Cash, Litecoin, Ethereum, USDT and Matic directly to your crypto wallet.
1616

1717
#### Allow users to pay with crypto directly on your store
1818

@@ -37,15 +37,33 @@ Exchange rates are fetched every 5 minutes.
3737
* (USD) United States Dollar
3838
* (EUR) Euro
3939
* (GBP) Great Britain Pound
40+
* (CAD) Canadian Dollar
4041
* (JPY) Japanese Yen
41-
* (CNY) Chinese Yuan
42+
* (AED) UAE Dollar
43+
* (MYR) Malaysian Ringgit
44+
* (IDR) Indonesian Rupiah
45+
* (THB) Thai Baht
46+
* (CHF) Swiss Franc
47+
* (COP) Colombian Peso
48+
* (SGD) Singapore Dollar
49+
* (RUB) Russian Ruble
50+
* (ZAR) South African Rand
51+
* (TRY) Turkish Lira
52+
* (LKR) Sri Lankan Rupee
53+
* (XAF) CFA Franc
54+
* (RON) Romanian Leu
55+
* (BGN) Bulgarian Lev
56+
* (HUF) Hungarian Forint
57+
* (CZK) Czech Koruna
58+
* (PHP) Philippine Peso
59+
* (PLN) Poland Zloti
60+
* (UGX) Uganda Shillings
61+
* (MXN) Mexican Peso
4262
* (INR) Indian Rupee
43-
* (CAD) Canadian Dollar
4463
* (HKD) Hong Kong Dollar
64+
* (CNY) Chinese Yuan
4565
* (BRL) Brazilian Real
4666
* (DKK) Danish Krone
47-
* (MXN) Mexican Peso
48-
* (AED) United Arab Emirates Dirham
4967

5068
If your Magento's currency is none of the above, the exchange rates will default to USD.
5169
If you're using Magento in a different currency not listed here and need support, please [contact us](https://blockbee.io/contacts/) via our live chat.
@@ -120,5 +138,8 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
120138
#### 1.0.2
121139
* Minor bugfixes and improvements.
122140

141+
#### 1.0.3
142+
* Add new choices for order cancellation.
143+
123144
### Upgrade Notice
124145
* No breaking changes.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "blockbee/blockbee",
33
"description": "BlockBee's Magento extension",
44
"type": "magento2-module",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"keywords": [
77
"blockbee",
88
"magento2_module",

0 commit comments

Comments
 (0)