Passed
Pull Request — master (#36)
by Raúl
02:51
created
controllers/front/notify.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -351,7 +351,7 @@
 block discarded – undo
351 351
      */
352 352
     public function cancelProcess($response = null)
353 353
     {
354
-       if ($this->merchantOrder && $this->processError === true) {
354
+        if ($this->merchantOrder && $this->processError === true) {
355 355
             sleep(5);
356 356
             $id = (!is_null($this->pmtOrder))?$this->pmtOrder->getId():null;
357 357
             $status = (!is_null($this->pmtOrder))?$this->pmtOrder->getStatus():null;
Please login to merge, or discard this patch.
paylater.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -768,6 +768,6 @@
 block discarded – undo
768 768
             }
769 769
         }
770 770
 
771
-       return $default;
771
+        return $default;
772 772
     }
773 773
 }
Please login to merge, or discard this patch.