We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6807a9d commit bc0ef60Copy full SHA for bc0ef60
src/view/frontend/web/js/view/payment/method-renderer/rvvup-method.js
@@ -674,6 +674,10 @@ define([
674
window.location.replace(orderPaymentAction.getRedirectUrl());
675
return;
676
}
677
+ if (code === 'rvvup_ZOPA_RETAIL_FINANCE' && orderPaymentAction.getRedirectUrl() !== null) {
678
+ window.location.replace(orderPaymentAction.getRedirectUrl());
679
+ return;
680
+ }
681
682
new Promise((resolve, reject) => {
683
// Authorize express PayPal payment if manual capture is enabled. The authorize call is made
0 commit comments