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 afa9797d authored by attilak's avatar attilak

Close popup when payment failed

parent 2a276782
......@@ -309,6 +309,7 @@ define(
self.handleAdyenResult(responseJSON, self.orderId);
}).
fail(function(response) {
self.closeModal(popupModal);
errorProcessor.process(response, self.messageContainer);
self.isPlaceOrderActionAllowed(true);
fullScreenLoader.stopLoader();
......
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