-
Notifications
You must be signed in to change notification settings - Fork 69
Release testing instructions for WC Payments 2.4.0
Valery Sukhomlinov edited this page May 10, 2021
·
3 revisions
Testing data (card and expected fees):
-
4242424242424242
, expected fee2.9% + $0.30
(US card) -
4000008260000000
, expected fee3.9% + $0.30
(EU card)
Testing steps:
- Make a test purchase with each card
- open WP admin area and follow
Payments -> Transactions
- open transaction corresponding to each of new purchases
- notice entry in the timeline similar to
A payment of $18.00 was successfully charged.
(amount might be different) - the entry has information similar to
Fee (2.9% + $0.30): $-0.82
- ensure the fee information matches the one expected for the card used for purchasing
Testing steps:
- Make a test purchase (needed for estimated deposits to appear)
- open WP admin area and follow
Payments -> Deposits
- if you have less than 25 deposits, add
&paged=1&per_page=2
to the URL (enables pagination with 2 entries/page) - in the deposits table apply sorting to date or amount column
- ensure the sorting is preserved while navigating thru the available pages
- ensure the estimated deposits are located properly when applying different sorting columns and order (estimated deposits are the newest entries, as will happen in the future)
Two issues discovered during the pre-release testing should have been fixed:
- Risk level is displayed as "Zero" in transactions CSV file for "Normal".
- Columns are misaligned on Payments->Transactions/Disputes page.
Intermittent errors "Error retrieving Deposits" were reported during the testing rounds. Please keep an Inspect Element > Network tab of your browser open while testing Payments > Deposits page and attach the screenshot if error occurs.