Adyen / adyen-magento2-express-checkout

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

Bugfix/incognito minicart buttons rendering #2

Closed josh-carter closed 1 year ago

josh-carter commented 1 year ago

Summary

Fixes issues with express buttons rendering in minicart with a fresh session (logged in or guest). Issue was how we were determining the available payment methods we use two different local storage sections one for PDP specifically and one for the rest. We were handling the payment data as if it was on the PDP, we have updated it to handle the scenario correctly.