@@ -88,7 +88,7 @@ |
||
| 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 | |
@@ -268,7 +268,6 @@ |
||
| 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 | */ |