We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday 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