Skip to content

Commit

Permalink
Fixed broken checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
woutersamaey committed Mar 15, 2023
1 parent b592ddb commit 714918f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ define(
template: 'Nofrixion_Payments/payment/nofrixion',
},
redirectAfterPlaceOrder: false,
externalRedirectUrl: window.checkoutConfig.payment.nofrixion.paymentRedirectUrl
afterPlaceOrder: function () {
$.mage.redirect(window.checkoutConfig.payment.nofrixion.paymentRedirectUrl);
}
});
}
);

0 comments on commit 714918f

Please sign in to comment.