Skip to content

Commit

Permalink
MAGETWO-54362: [Github] Stop screen loader on payment error #3749
Browse files Browse the repository at this point in the history
  • Loading branch information
irenelagno committed Aug 9, 2016
2 parents 958c212 + f66e6f4 commit c6e99b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ define(
).fail(
function (response) {
errorProcessor.process(response, messageContainer);
fullScreenLoader.stopLoader();
}
).always(
function () {
Expand Down

0 comments on commit c6e99b9

Please sign in to comment.