-
Notifications
You must be signed in to change notification settings - Fork 207
v9.0.0 ‐ Release testing instructions
Anne Mirasol edited this page Dec 8, 2024
·
3 revisions
In Stripe 9.0.0, we have removed the Stripe Link autofill modal, and added Link in the Payment element.
- Go to Stripe settings > Settings tab > Advanced settings and disable the legacy checkout experience.
- Go to Stripe settings > Payment Methods tab and enable
Link by Stripe
as a payment method. - Create a WooCommerce shortcode checkout page if you don't already have one.
- For this test, you need an email address that has NOT yet been registered with Link.
- Add a product to your cart and go to block checkout.
- Enter your email address, billing and shipping details, and enter a phone number.
- Under
Payment options
, selectCredit / Debit card
. - Enter
4242424242424242
with a future expiry date and any 3-digit CVC number. - An option to save your payment details with Link should slide out.
- Verify that the email address and phone number in the Link registration box are pre-filled, reflecting the same email address and phone number you entered in Step 3.
- Leave the
Save your info...
option checked, and complete the purchase. This should register your email and save the payment information with Link. - Verify in wp-admin Orders that the payment pushed through as expected, and the order has been set to
Processing
orCompleted
.
- For this test, you need an email address that has is already registered with Link. You may use the email address you used in the "Block checkout, unregistered user" test flow.
- Add a product to your cart and go to block checkout.
- Enter your email address, billing and shipping details, and enter a phone number.
- Under
Payment options
, selectCredit / Debit card
. - As the email address you are using is already registered with Link, Stripe will attempt to load the saved information connected to that email address.
- If you see two buttons that say
Use ····4242
andPay another way
, clickUse ····4242
, and the challenge code will be requested. - If you see a request to enter the challenge code, enter
000000
to continue.
- If you see two buttons that say
- Complete the purchase.
- Verify in wp-admin Orders that the payment pushed through as expected, and the order has been set to
Processing
orCompleted
.
Follow the steps in "Block checkout, unregistered user", but use the shortcode checkout page instead.
Follow the steps in "Block checkout, registered user", but use the shortcode checkout page instead.