Skip to content

v8.9.0 ‐ Release testing instructions

Mayisha edited this page Nov 10, 2024 · 3 revisions

In Stripe 8.9.0, we have integrated the Express Checkout Elements to render Google Pay, Apple Pay, and Link. This new integration is only available in the new checkout experience.

Setup

  1. Setup express checkout following these steps.

Go to Stripe settings > Settings tab > Advanced settings and disable the legacy checkout experience. 3. Set up shipping methods.

a. Go to **WooCommerce > Settings > Shipping**.
b. Create a shipping zone with free shipping and a flat rate.
c. Create another shipping zone with free shipping and/or a flat rate.
  1. Set up tax.

    a. Go to WooCommerce > Settings and check Enable taxes checkbox. b. Go to WooCommerce > Settings > Tax > Standard rates tab. c. Add a tax rate for the locations that have shipping methods.

  2. Create a coupon.

    a. Go to Marketing > Coupons. Create a coupon for discounts.

  3. Create WooCommerce shortcode checkout and shortcode cart pages if you already don't have them in your site.

Checkout from Pay for Order page

  1. As a merchant, go to the create a new order page at siteurl/wp-admin/admin.php?page=wc-orders&action=new.
  2. Set the order status to Pending payment and add a product to the order.
  3. On the sidebar at the right, click on "Create".
  4. On the edit order page, click on "Customer payment page →".
  5. Complete the checkout using Google Pay.
  6. Confirm that the order status gets updated to "Processing".
  7. Test the same steps for Apple Pay and Link payments.
Clone this wiki locally