Skip to content

Commit

Permalink
chore: stop spinner if request fail
Browse files Browse the repository at this point in the history
  • Loading branch information
amihajlovski committed Dec 3, 2024
1 parent f9b6ee7 commit d0884d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function paymentFromComponent(data) {
);
handleGooglePayResponse(response);
},
});
}).fail(() => $.spinner().start());
}

async function initializeCheckout(paymentMethodsResponse) {
Expand Down

0 comments on commit d0884d3

Please sign in to comment.