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 220d6456 authored by Ángel Campos's avatar Ángel Campos Committed by GitHub

[FIX]: Restoring error message on 3DS1 failure (#696)

parent 3e0b2d62
......@@ -231,6 +231,8 @@ class Redirect extends \Magento\Framework\App\Action\Action
*/
$order->addStatusHistoryComment(__('3D-secure validation was unsuccessful. This order will be cancelled when the related notification has been processed.'))->save();
$this->messageManager->addErrorMessage("3D-secure validation was unsuccessful");
// reactivate the quote
$session = $this->_getCheckout();
......
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