Skip to content

Commit 714918f

Browse files
committed
Fixed broken checkout
1 parent b592ddb commit 714918f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

view/frontend/web/js/view/payment/method-renderer/nofrixion-method.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ define(
1010
template: 'Nofrixion_Payments/payment/nofrixion',
1111
},
1212
redirectAfterPlaceOrder: false,
13-
externalRedirectUrl: window.checkoutConfig.payment.nofrixion.paymentRedirectUrl
13+
afterPlaceOrder: function () {
14+
$.mage.redirect(window.checkoutConfig.payment.nofrixion.paymentRedirectUrl);
15+
}
1416
});
1517
}
1618
);

0 commit comments

Comments
 (0)