Adyen / adyen-magento2-express-checkout

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

[ECP-9532] Call to `paymentMethods` endpoint during `customer/section/load` #118

Open roby0404 opened 1 month ago

roby0404 commented 1 month ago

Is there a possibility of separating that call from customer section load request? As it is implemented at the moment, it might prolong the customer section load request in case the request to paymentMethods times out, or in case adyen server is under load which would be detectable only after customers would report delay in minicart update.

Not that we had any issues with it so far, it's just an idea of a possible improvement - of course if you see it as a possibility.

roby0404 commented 1 month ago

Or at least adding a configurable timeout when executing that request?

candemiralp commented 3 weeks ago

Hello @roby0404,

Thank you for raising this issue. It looks like a valid concern. We've created an internal investigation ticket for a potential improvement. You will be informed when the investigation is done.

Best Regards, Can