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