Release testing instructions for the WooCommerce Stripe payment gateway 7.2.0 - woocommerce/woocommerce-gateway-stripe GitHub Wiki

Release testing instructions for the WooCommerce Stripe payment gateway 7.2.0

Hide Express Checkout box in checkout block when Express checkout is disabled.

  • Go to WooCommerce > Settings > Payments > Stripe (manage button).
  • Uncheck "Apple Pay/Google Pay" in the Stripe settings and save changes.
  • Add something to your cart and go to a page with the checkout block.
  • Before the fix, the PRB box would render (but be empty). After the fix, the PRB box should not be shown if "Enable express checkouts" is not checked.
Before After

Fix semi-hidden modal inline notices

  • Go to WooCommerce > Settings > Payments > Stripe (manage button).
  • Click "Settings" tab
  • Click "Edit account keys" button
  • You should see the notice completely.
Before After