File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
catalog/controller/extension/payment Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments