Skip to content

Commit

Permalink
Replace jqXHR.success with jqXHR.done
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed Jan 26, 2024
1 parent 7d1eb77 commit d09f0eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ define(
},

_placeOrder: function () {
return this.setPaymentInformation().success(function () {
return this.setPaymentInformation().done(function () {
this.orderRequest(customer.isLoggedIn(), quote.getQuoteId());
}.bind(this));
},
Expand Down

0 comments on commit d09f0eb

Please sign in to comment.