Passed
Pull Request — master (#36)
by Raúl
02:50
created
controllers/front/notify.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.