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 ec71d70e authored by cyattilakiss's avatar cyattilakiss Committed by GitHub

Merge pull request #552 from DevopensourceTeam/fix-oneclick-method-stoploader

Add a stopLoader when the validateThreeDS2OrPlaceOrder method fails
parents 62c6ac8d 5ad2343d
...@@ -317,6 +317,7 @@ define( ...@@ -317,6 +317,7 @@ define(
this.getPlaceOrderDeferredObject() this.getPlaceOrderDeferredObject()
.fail( .fail(
function () { function () {
fullScreenLoader.stopLoader();
self.isPlaceOrderActionAllowed(true); self.isPlaceOrderActionAllowed(true);
} }
).done( ).done(
......
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