Passed
Push — master ( f23202...a83479 )
by Florian
15:12 queued 10s
created
Observer/Transactionstatus/Paid.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -95,9 +95,9 @@
 block discarded – undo
95 95
         $aInvoiceList = $oOrder->getInvoiceCollection()->getItems();
96 96
         if ($oInvoice = array_shift($aInvoiceList)) { // get first invoice
97 97
             $oInvoice->pay(); // mark invoice as paid
98
-	    $oInvoice->save();
98
+        $oInvoice->save();
99 99
 
100
-	    $oOrder->save();
101
-	}
100
+        $oOrder->save();
101
+    }
102 102
     }
103 103
 }
Please login to merge, or discard this patch.