@@ -353,7 +353,7 @@ |
||
353 | 353 | */ |
354 | 354 | public function cancelProcess($response = null) |
355 | 355 | { |
356 | - if ($this->merchantOrder && $this->error === true) { |
|
356 | + if ($this->merchantOrder && $this->error === true) { |
|
357 | 357 | sleep(5); |
358 | 358 | $id = (!is_null($this->pmtOrder))?$this->pmtOrder->getId():null; |
359 | 359 | $status = (!is_null($this->pmtOrder))?$this->pmtOrder->getStatus():null; |