We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit c87b795e authored by attilak's avatar attilak

- Exclude open invoice payments from the checkout flow and route them

through hpp
 - Code changes based on review
parent f2e0d94f
...@@ -78,5 +78,9 @@ class CheckoutPaymentsDetailsHandler implements HandlerInterface ...@@ -78,5 +78,9 @@ class CheckoutPaymentsDetailsHandler implements HandlerInterface
// do not close transaction so you can do a cancel() and void // do not close transaction so you can do a cancel() and void
$payment->setIsTransactionClosed(false); $payment->setIsTransactionClosed(false);
$payment->setShouldCloseParentTransaction(false); $payment->setShouldCloseParentTransaction(false);
$payment->unsAdditionalInformation('paymentData');
$payment->unsAdditionalInformation('paRequest');
$payment->unsAdditionalInformation('md');
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment