Commit 94434617 authored by attilak's avatar attilak

Clean paReq, MD, paymentObject only after handling the paymentsDetails

call
Use redirectUrl for issuerUrl as well
Fix 3d secure flow
parent ffe5720a
......@@ -78,9 +78,5 @@ class CheckoutPaymentsDetailsHandler implements HandlerInterface
// do not close transaction so you can do a cancel() and void
$payment->setIsTransactionClosed(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