Completed
Push — master ( 178071...b132cf )
by Florian
04:12
created
Observer/Transactionstatus/Paid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
 
89 89
         // order is not guaranteed to exist if using transaction status forwarding
90 90
         // advance payment should not create an invoice
91
-        if (null === $oOrder || $oOrder->getPayment()->getMethodInstance()->getCode() == PayoneConfig::METHOD_ADVANCE_PAYMENT){
91
+        if (null === $oOrder || $oOrder->getPayment()->getMethodInstance()->getCode() == PayoneConfig::METHOD_ADVANCE_PAYMENT) {
92 92
             return;
93 93
         }
94 94
 
Please login to merge, or discard this patch.