Adyen / adyen-magento2-express-checkout

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

Apple Pay - Hide html and display if is available #54

Closed dimitriBouteille closed 7 months ago

dimitriBouteille commented 8 months ago

Small improvement for the Apple Pay component: by default it should hide and display it only if the method is available.

display: none and display:block if this.applePayComponent.isAvailable() return true.

In my case, if Apple Pay is not available, the layout is broken :(

Capture d’écran du 2023-11-07 14-43-24