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
Express payment method buttons are displayed when editing the Checkout Block even all express payment methods are is disabled in the Stripe for WooCommerce settings.
Note
This only seems to affect Apple Pay and Google Pay.
To Reproduce
Go to Stripe settings page
Disable all express payment methods.
Open the Checkout Block page in the editor
See that the express payment method buttons are still rendered in the editor
Actual behavior
Express payment method buttons are visible in the editor when they are disabled in settings.
Screenshots
Expected behavior
Express payment method buttons should not be visible in the editor when they are disabled in settings.
Potential solution
We should only call registerExpressPaymentMethod if it is enabled from the Stripe settings page.
The text was updated successfully, but these errors were encountered:
csmcneill
changed the title
Google & Apple Pay buttons are displayed in editor even when the payment method is disabled
Editing the Checkout Block displays express payment method buttons even when they are disabled
Sep 19, 2024
Describe the bug
Express payment method buttons are displayed when editing the Checkout Block even all express payment methods are is disabled in the Stripe for WooCommerce settings.
Note
This only seems to affect Apple Pay and Google Pay.
To Reproduce
Actual behavior
Express payment method buttons are visible in the editor when they are disabled in settings.
Screenshots
Expected behavior
Express payment method buttons should not be visible in the editor when they are disabled in settings.
Potential solution
We should only call
registerExpressPaymentMethod
if it is enabled from the Stripe settings page.The text was updated successfully, but these errors were encountered: