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.
Model/Api/Request/Base.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,6 @@
 block discarded – undo
268 268
 
269 269
     /**
270 270
      * Send the previously prepared request, log request and response into the database and return the response
271
-
272 271
      * @param  PayoneMethod $oPayment
273 272
      * @return array
274 273
      */
Please login to merge, or discard this patch.