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
Whenever we select Apple Pay, the "Place Order"-text on the pay button disappears. This make sense, because in src/Mollie_HyvaCheckout/view/frontend/tailwind/tailwind-source.css you set the font-size to 0 for the pay button (.btn.btn-primary.apple-pay-button).
I can see, that in src/Mollie_HyvaCheckout/view/frontend/templates/component/payment/method/applepay.phtml you add three classes to the button (apple-pay-button, apple-pay-button-with-text, apple-pay-button-black-with-text). But only the apple-pay-button class has styling.
Hence, the normal text disappears, but there is no replacement shown instead. Could you check this issue please?
The text was updated successfully, but these errors were encountered:
Hi There @Irinina ,
I’m happy to share that the fix has been officially included in the latest release. I’ll go ahead and close this issue for now. Thanks again and have a great day!
Whenever we select Apple Pay, the "Place Order"-text on the pay button disappears. This make sense, because in
src/Mollie_HyvaCheckout/view/frontend/tailwind/tailwind-source.css
you set the font-size to 0 for the pay button (.btn.btn-primary.apple-pay-button
).I can see, that in
src/Mollie_HyvaCheckout/view/frontend/templates/component/payment/method/applepay.phtml
you add three classes to the button (apple-pay-button
,apple-pay-button-with-text
,apple-pay-button-black-with-text
). But only theapple-pay-button
class has styling.Hence, the normal text disappears, but there is no replacement shown instead. Could you check this issue please?
The text was updated successfully, but these errors were encountered: