Adyen / adyen-magento2-express-checkout

Adyen Magento 2 Express Checkout Module
MIT License
8 stars 2 forks source link

Upon selecting the custom shipping method and proceeding to use Google Pay Express Checkout, the process fails, and users are unable to complete their transactions. #85

Open meetvora69 opened 3 months ago

meetvora69 commented 3 months ago

Currently, when users click on the Google Pay Express Checkout button, a popup is supposed to open displaying relevant information. However, we've noticed that when a custom shipping method is selected, the popup closes abruptly within a second without any error message.

This issue does not occur when the default shipping method provided by Magento is enabled, indicating that there might be an inconsistency between our custom shipping method and the Google Pay Express Checkout functionality.

We would greatly appreciate your assistance in diagnosing and resolving this issue promptly to ensure a seamless checkout experience for our customers. Could you please investigate the compatibility of our custom shipping method with the Google Pay Express Checkout feature and provide any necessary guidance or adjustments needed to rectify this problem?

Steps to reproduce the behavior:

  1. Visit the cart page.
  2. Click on the Google Pay Express Checkout button.
  3. Upon clicking the Google Pay Express Checkout button, a popup window opens as expected.
  4. However, the popup unexpectedly closes automatically after appro
  5. We've thoroughly checked the console for errors, but no relevant error messages are displayed.
  6. Additionally, our investigation extends to the Adyen log, which also does not provide any clues as to why the popup is closing abruptly.

Expected behavior The Google Pay Express Checkout popup does Not close automatically on our website's cart page.

Smartphone (please complete the following information):

sarfarazbheda commented 3 months ago

@meetvora69 yes Also just to add more notes on above.

I think for the Chrome also, if we can set redirection then this will be fixed

candemiralp commented 2 months ago

Hello @meetvora69,

Thank you for creating this issue. The description reminds me an old issue that was solved on #71 & #72. Could you please check this PR and apply the fix on your end? Please let us know if the issue is persistent after upgrading.

Best regards, Can