-
Notifications
You must be signed in to change notification settings - Fork 72
Release testing instructions for WC Payments 9.1.0
Valery Sukhomlinov edited this page Mar 13, 2025
·
6 revisions
PR https://github.com/Automattic/woocommerce-payments/pull/10435
- Install and activate a sequential order number plugin (like Sequential Order Numbers for WooCommerce or Sequential Order Numbers Pro for WooCommerce, which can be downloaded from here by any Automattic staff)
- Create a new order with a payment that requires manual capture
- Try to capture the payment from the transaction detail screen
- Verify that the capture succeeds and no errors occur
- Verify that order and subscription numbers are displayed correctly in the transactions list
PR https://github.com/Automattic/woocommerce-payments/pull/10511
- Install this plugin https://jetpack.com/download-jetpack-beta/, then activate
jetpack-debug-helper
, thenIdentity Crisis Simulation Utility
. - Trigger between two types of notices, use this constant in wp-config.php, and change its value to either
development
orproduction
:define( 'WP_ENVIRONMENT_TYPE', 'development' );
- Expect: see two different notices.
- Expect: in the two notices, all text contents and links are WooPayments-relevant.