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
Describe the bug
Since the change introduced in version 8.19.1 with the PR 2101 the IP address sent by the extension to Adyen is the one from the frontend proxy if used in an headless setup instead of the one from the shopper. Rollbacking the changes from PR 2101 is fixing the issue.
To Reproduce
Steps to reproduce the behavior:
Use this extension after version 8.19.1 on a Magento headless
Make an order
On Magento BO the IP address of the shopper making the order is displayed
On Adyen BO the IP address isn't the one from the shopper making the order but the one from the frontend proxy (BFF)
Expected behavior
The shopper IP address should be the one appearing on the Adyen BO, else it breaks the anti-fraud logic based on IP addresses
Magento version
2.4.7
Plugin version
9.4.1
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: MacOS 14
Browser: Chrome
Version: 126
Smartphone (please complete the following information):
Device: iPhone 14 Pro
OS: iOS 17
Browser: Chrome
Version: 126
Additional context
Our headless frontend and BFF are hosted on AWS, proxying the requests to the Adobe Commerce API hosted on Adobe Commerce Cloud
The text was updated successfully, but these errors were encountered:
acourtiol
changed the title
Magento sending to Adyen the IP of our frontend proxy instead of the IP of the user
Magento sending to Adyen the IP of our frontend proxy instead of the IP of the shopper
Jul 15, 2024
candemiralp
changed the title
Magento sending to Adyen the IP of our frontend proxy instead of the IP of the shopper
[ECP-9327] Magento sending to Adyen the IP of our frontend proxy instead of the IP of the shopper
Jul 17, 2024
Describe the bug
Since the change introduced in version 8.19.1 with the PR 2101 the IP address sent by the extension to Adyen is the one from the frontend proxy if used in an headless setup instead of the one from the shopper. Rollbacking the changes from PR 2101 is fixing the issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The shopper IP address should be the one appearing on the Adyen BO, else it breaks the anti-fraud logic based on IP addresses
Magento version
2.4.7
Plugin version
9.4.1
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Our headless frontend and BFF are hosted on AWS, proxying the requests to the Adobe Commerce API hosted on Adobe Commerce Cloud
The text was updated successfully, but these errors were encountered: