Skip to content

Commit

Permalink
compatible: afterPlaceOrder super gets called so other modules can us…
Browse files Browse the repository at this point in the history
…e the function
  • Loading branch information
Billydg committed Jan 11, 2021
1 parent 9fd9460 commit 65ad1de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ define(
return promise;
},
afterPlaceOrder: function () {
this._super();
window.location = url.build('mollie/checkout/redirect/paymentToken/' + this.paymentToken());
}
}
Expand Down

0 comments on commit 65ad1de

Please sign in to comment.