Skip to content

Commit 7191f11

Browse files
author
Ariano Fonseca Ângelo
committed
v3.2.1
- Minor fixes
1 parent 358dd55 commit 7191f11

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,8 @@ The easiest and fastest way is via our live chat on our [website](https://crypta
155155
* New settings layout
156156
* Minor fixes
157157

158-
== Upgrade Notice ==
158+
#### 3.2.1
159+
* Minor fixes
160+
161+
### Upgrade Notice
159162
* No breaking changes

catalog/controller/payment/cryptapi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function isCryptapiOrder($status = false)
167167
$order_id = (int)($this->request->get['amp;order_id']);
168168
}
169169

170-
if (isset($order_id) && $order_id > 0) {
170+
if (isset($order_id)) {
171171
$this->load->model('checkout/order');
172172
$order = $this->model_checkout_order->getOrder($order_id);
173173

install.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "CryptAPI Payment Module",
33
"code": "cryptapi",
4-
"version": "3.1.1",
4+
"version": "3.2.1",
55
"author": "CryptAPI",
66
"link": "https://cryptapi.io"
77
}

0 commit comments

Comments
 (0)