subscribepro / subscribepro-magento2-ext

Subscribe Pro Magento 2 Integration Extension
MIT License
24 stars 22 forks source link

3DS2 Challenge content does not fit - Wallet, Checkout #224

Open garthbrantley opened 11 months ago

garthbrantley commented 11 months ago

PRs: #231, #271

Some challenge content is different sizes. Need to support different sizes.

Solution

Docs about 3DS2 authentication request args

We are currently passing 03 (meaning 500x600 challenge window).

These are the supported options we can pass when initiating:

Field Name Type Description
ChallengeWindowSize* numeric Determines size of the challenge window.
1 - 250x400
2 - 390x400
3 - 500x600
4 - 600x400
5 - Full Screen (allows for responsive design)

Adyen defaults to 05, meaning 390px x 400px

Issue Report

This is documented on the wallet page.

Presumably the same issue would occur during checkout.

image

eugene-shab commented 11 months ago

@garthbrantley I can't change the size of the iframe content because I don't have access to it. I increased the height of the iframe itself. Now we need to ask to change the location of the border in this iframe for cards of type PA Y, since when increasing the size the border remained in place

image

image

eugene-shab commented 11 months ago

@garthbrantley I don't see ChallengeWindowSize property in payment-fields.js. I even decompress payment-fields.js and I didn't find this property also.

garthbrantley commented 11 months ago

@eugene-shab Please: