Skip to content

Release testing instructions for WC Payments 5.0.0

Dan Paun edited this page Nov 8, 2022 · 4 revisions

Stripe Link Payment Method

Stripe Link payment method should work only for US-based accounts

StripeLink: Inbox notification

Screenshot 2022-11-03 at 08 33 47

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 from wp_wc_admin_note_actions and wp_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 from wp_wc_admin_note_actions and wp_wc_admin_notes in the database
  • Enable UPE
  • Enable Stripe Link
  • Verify the note is not added to the Inbox section on WooCommerce -> Home

StripeLink: Settings wording tweaks

Make sure the phrasing in the express checkout section matches the following screenshot:

Old New
Screenshot 2022-10-26 at 17 43 48 Screenshot 2022-10-26 at 17 34 42

Refund Confirmation Modal

Basic Testing

  • 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.

Special Cases

  • 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.
Clone this wiki locally