-
Notifications
You must be signed in to change notification settings - Fork 69
Release testing instructions for WC Payments 5.0.0
Dan Paun edited this page Nov 8, 2022
·
4 revisions
Stripe Link payment method should work only for US-based accounts
Case 1
- Verify Stripe Link payment method is available
- Disable Stripe Link payment method if already enabled
- Verify the note is added to the Inbox section on
WooCommerce -> Home
Case 2
- Delete the notification records with name
wc-payments-notes-set-up-stripe-link
fromwp_wc_admin_note_actions
andwp_wc_admin_notes
in the database - Disable UPE
- Verify the note is not added to the Inbox section on
WooCommerce -> Home
Case 3
- Delete the notification records with name
wc-payments-notes-set-up-stripe-link
fromwp_wc_admin_note_actions
andwp_wc_admin_notes
in the database - Enable UPE
- Enable Stripe Link
- Verify the note is not added to the Inbox section on
WooCommerce -> Home
Make sure the phrasing in the express checkout section matches the following screenshot:
Old | New |
---|---|
- Place an order and navigate to the 'Edit Order' screen.
- Change the status to 'Refunded' in the Status: dropdown.
- The Refund Confirmation Modal is displayed.
- 'Cancel' will dismiss the modal and return the order to the previous state.
- 'Refund' refunds the order successfully on Stripe and WCPay.
- Test for Partial Refund
- Try to refund an already refunded order
- Try to refund an already refunded order, after changing its status
- Test for non-US stores.