Skip to content

Release testing instructions for the WooCommerce Stripe payment gateway 6.5.0

Evan Coury edited this page Jul 21, 2022 · 7 revisions

Stripe Link Payment Method

Add Link option in admin

  1. go to Settings -> Payments -> Stripe -> Settings
  2. Under "Advanced settings" at the bottom, nable "the new checkout experience "
  3. Stripe Link payment method should be visible
Screenshot 2022-06-29 at 09 40 52

Move billing email field to top

  1. Enable StripeLink gateway under Payments accepted on checkout.
  2. Add a Product to your Cart and navigate to the Checkout page.
  3. Verify the Email field is the first field under the Billing information section.

Link in checkout form

  1. Enable Link payment method
  2. create an order, go to checkout page and complete all checkout fields. Select also 1click payment... under credit card fields
Screenshot 2022-04-15 at 12 28 30
  1. finish the order
  2. create another order, go to checkout page and complete the email
  3. a pop-up should be shown to type the pin ( 0 0 0 0 0 0 for tests )
Screenshot 2022-04-15 at 12 30 45
  1. all checkout billing fields should be completed
  2. the order should be completed without errors.
  3. test the above with different Shipping Options (Woocommerce -> Settings -> Shipping -> Shipping destination)
Screenshot 2022-07-20 at 17 02 45

Add Stripe Link button if email is pre-filled

  1. Navigate to Settings -> Payment Methods and enable Link payment method.
  2. Make an order to save your email address for the next order.
  3. Add another product and navigate to the checkout page.
Screenshot 2022-07-19 at 14 04 27
  1. Verify the Link button is displayed next to the email field when the email is prefilled.

Add Link to WooCommerce Checkout block

  1. Navigate to Settings -> Payment Methods and enable Link payment method.
  2. Install the https://github.com/woocommerce/woocommerce-blocks plugin.
  3. Create a new page and Checkout block.
  4. Verify that StripeLink is working correctly in the block.
Clone this wiki locally