Skip to content

Commit

Permalink
Merge pull request #5 from Marvin-Magmodules/fix/success-is-not-a-fun…
Browse files Browse the repository at this point in the history
…ction

Replace jqXHR.success with jqXHR.done
  • Loading branch information
lighe authored Mar 18, 2024
2 parents 962e824 + d09f0eb commit 8d7e02b
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 8d7e02b

Please sign in to comment.