Skip to content

Commit 02d4ba3

Browse files
committed
v1.0.2
1 parent 632c551 commit 02d4ba3

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ The easiest and fastest way is via our live chat on our [website](https://blockb
129129
#### 1.0.1
130130
* Minor bugfixes
131131

132+
#### 1.0.2
133+
* Minor bugfixes
134+
132135
### Upgrade Notice
133136

134137
- No breaking changes

catalog/controller/extension/payment/blockbee.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,10 @@ public function callback()
504504

505505
$metaData = json_decode($this->model_extension_payment_blockbee->getPaymentData($order['order_id']), true);
506506

507+
if ($data["coin"] !== $metaData['blockbee_currency']) {
508+
die("*ok*");
509+
}
510+
507511
if ($this->isOrderPaid($order) || $data['nonce'] !== $metaData['blockbee_nonce']) {
508512
die("*ok*");
509513
}

0 commit comments

Comments
 (0)