-
Notifications
You must be signed in to change notification settings - Fork 217
Release testing instructions for the WooCommerce Stripe payment gateway 6.5.0
Dan Paun edited this page Jul 20, 2022
·
7 revisions
Add Link option in admin
- run
wp option set _wc_stripe_feature_link 1
ornpm run wp option set _wc_stripe_feature_link 1
if running locally - go to Settings -> Payment Methods
- Enable "the new checkout experience " Stripe Link payment method should be visible

Move billing email field to top
- Enable StripeLink gateway under Payments accepted on checkout.
- Add a Product to your Cart and navigate to the Checkout page.
- Verify the Email field is the first field under the Billing information section.
Link in checkout form
- Enable Link payment method
- create an order, go to checkout page and complete all checkout fields. Select also 1click payment... under credit card fields

- finish the order
- create another order, go to checkout page and complete the email
- a pop-up should be shown to type the pin ( 0 0 0 0 0 0 for tests )

- all checkout billing fields should be completed
- the order should be completed without errors.
- test the above with different Shipping Options (Woocommerce -> Settings -> Shipping -> Shipping destination)

Add Stripe Link button if email is pre-filled
- Navigate to Settings -> Payment Methods and enable Link payment method.
- Make an order to save your email address for the next order.
- Add another product and navigate to the checkout page.

- Verify the Link button is displayed next to the email field when the email is prefilled.