Skip to content

Commit cdf0173

Browse files
committed
MC-42442: PayPal Payments Advanced payment method does not redirect to success page
1 parent ef7a321 commit cdf0173

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/code/Magento/Paypal/Plugin/TransparentSessionChecker.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class TransparentSessionChecker
2020
*/
2121
private $disableSessionUrls = [
2222
'paypal/transparent/redirect',
23+
'paypal/payflowadvanced/returnUrl',
24+
'paypal/payflow/returnUrl',
2325
'paypal/hostedpro/return',
2426
];
2527

app/code/Magento/Paypal/view/frontend/web/js/view/payment/method-renderer/iframe-methods.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ define([
7474
if (this.iframeIsLoaded) {
7575
document.getElementById(this.getCode() + '-iframe')
7676
.contentWindow.location.reload();
77+
this.paymentReady(false);
7778
}
7879

7980
this.paymentReady(true);

0 commit comments

Comments
 (0)