-
Notifications
You must be signed in to change notification settings - Fork 216
v9.6.0 ‐ Release testing instructions
Anne Mirasol edited this page Jul 2, 2025
·
6 revisions
For v9.6.0, the release-specific testing instructions for v9.4.0 are still valid: https://github.com/woocommerce/woocommerce-gateway-stripe/wiki/v9.4.0-%E2%80%90-Release-testing-instructions
Additionally, the legacy checkout experience was deprecated. You can confirm this by:
- Connect a Stripe account
- Go to the Stripe settings page:
wp-admin/admin.php?page=wc-settings&tab=checkout§ion=stripe&panel=settings
- Make sure the checkbox to enable the legacy checkout experience is no longer shown as part of "Advanced settings"
- Enable some payment methods in the methods tab:
wp-admin/admin.php?page=wc-settings&tab=checkout§ion=stripe&panel=methods
- As a shopper, add a product to your cart
- Go to any checkout page
- Confirm the new checkout experience is the present version. Each payment method should be displayed inside a container, payment instructions should be available, and other methods besides cards, as well (if you enabled them).
Previously, voucher payment methods (Multibanco, Boleto, and Oxxo) could not be used to pay for subscriptions. Now, they can be used when manual renewals are enabled or required. To test it:
- Connect a Stripe account
- Install the subscriptions extension
- Add a subscription product
- Enable manual renewals in WooCommerce -> Settings -> Subscriptions -> "Accept Manual Renewals"
- Configure the store to follow the specific rules for Oxxo, Multibanco, and Boleto
- As a shopper, add the subscription product to your cart
- Confirm the voucher payment methods are now available in both the block checkout and shortcode checkout
- Confirm you can complete the purchase
On a fresh, Jurassic Ninja store, with Stripe active and connected:
- Enable Apple Pay/Google Pay.
- Refresh the wp-admin page.
- Use wp-cli or database admin, look at the value for
apple_pay_verified_domain
insidewoocommerce_stripe_settings
, stored in wp_options. - The value should be your JN store's domain, e.g. mycuteshop.jurassic.nina
TBD
TBD