You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser and OS: reproduced both on FF & Chrome on Linux
Issue description
We've just turned paypal back on for our clients. Upon trying to pay with it, both Firefox and Chromium opens up a popup window on top of the iframe, while in the background some error is already displayed. I have no idea what this is, but we have many clients complaining about not being able to pay with paypal.
We initialize the dropin the following way:
initDropin(){constpaypalOptions={flow: 'checkout',amount: this.options.amount,currency: this.options.currencyCode,buttonStyle: {color: 'blue',shape: 'rect',size: 'responsive',},}create({authorization: this.options.clientToken,container: '#dropin-container',locale: this.options.localeId,paypal: paypalOptions,threeDSecure: true,// dataCollector: {// kount: true, // Required if Kount fraud data collection is enabled// paypal: true // Required if PayPal fraud data collection is enabled// },}, ::this.onCreateDropin)}
What I've experienced is, it only opens up the popup the first time you try to pay. If you go back to the payment page and click on the "pay with paypal" a second time, no further popup will open.
There is not a single window.open in my code so this must be something that happens on your behalf.
Chrome screencast:
chromium.mp4
Firefox screencast:
firefox.mp4
Here's to hoping for a fast resolution.
The text was updated successfully, but these errors were encountered:
General information
Issue description
We've just turned paypal back on for our clients. Upon trying to pay with it, both Firefox and Chromium opens up a popup window on top of the iframe, while in the background some error is already displayed. I have no idea what this is, but we have many clients complaining about not being able to pay with paypal.
We initialize the dropin the following way:
What I've experienced is, it only opens up the popup the first time you try to pay. If you go back to the payment page and click on the "pay with paypal" a second time, no further popup will open.
There is not a single
window.open
in my code so this must be something that happens on your behalf.Chrome screencast:
chromium.mp4
Firefox screencast:
firefox.mp4
Here's to hoping for a fast resolution.
The text was updated successfully, but these errors were encountered: