Completed
Push — master ( ea1bca...1a26ad )
by Florian
03:21
created
Observer/Transactionstatus/Paid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
         $oOrder = $observer->getOrder();
66 66
 
67 67
         // order is not guaranteed to exist if using transaction status forwarding
68
-        if (null === $oOrder){
68
+        if (null === $oOrder) {
69 69
             return;
70 70
         }
71 71
 
Please login to merge, or discard this patch.