|
@@ -123,7 +123,7 @@ |
|
|
block discarded – undo |
|
123
|
123
|
} |
|
124
|
124
|
|
|
125
|
125
|
// preauthorization-orders and advance payment should not create an invoice |
|
126
|
|
- if ($oOrder->getPayoneAuthmode() != 'authorization' || $oOrder->getPayment()->getMethodInstance()->getCode() == PayoneConfig::METHOD_ADVANCE_PAYMENT){ |
|
|
126
|
+ if ($oOrder->getPayoneAuthmode() != 'authorization' || $oOrder->getPayment()->getMethodInstance()->getCode() == PayoneConfig::METHOD_ADVANCE_PAYMENT) { |
|
127
|
127
|
return; |
|
128
|
128
|
} |
|
129
|
129
|
|
Please login to merge, or discard this patch.