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
Due to changes in PR #2611 the loader sporadically remains and payment methods are not loaded. This causes customers to be stuck in the checkout.
The paymentMethodsObserver.subscribe is only for fallback when someone changes their shipping address on the payment page and the self.loadAdyenPaymentMethods(paymentMethodsObserver()) should always be executed.
In other words, the changes from the PR should be rolled back.
To Reproduce
Steps to reproduce the behavior:
Add a product to the cart
Go to checkout
Fill in your address
Go to payment page in checkout
The loader does not disappear and the Adyen payment methods are not loaded (This is not always the case, sometimes it is, sometimes it is not)
Expected behavior
The loader disappears and the Adyen payment methods are loaded.
Magento version
2.4.7-p1
Plugin version
8.22.9
The text was updated successfully, but these errors were encountered:
khushboo-singhvi
changed the title
Loader freezes and payment methods are not loading
[ECP-9339]Loader freezes and payment methods are not loading
Jul 23, 2024
Thank you for bringing this to our attention, And excuse us for the delayed reply.
We have created an internal ticket to investigate the scenario you mentioned. Our team is looking into it, and we will provide an update as soon as we have more information.
Describe the bug
Due to changes in PR #2611 the loader sporadically remains and payment methods are not loaded. This causes customers to be stuck in the checkout.
The
paymentMethodsObserver.subscribe
is only for fallback when someone changes their shipping address on the payment page and theself.loadAdyenPaymentMethods(paymentMethodsObserver())
should always be executed.In other words, the changes from the PR should be rolled back.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The loader disappears and the Adyen payment methods are loaded.
Magento version
2.4.7-p1
Plugin version
8.22.9
The text was updated successfully, but these errors were encountered: