Skip to content

Release testing instructions for WC Payments 2.4.0

Valery Sukhomlinov edited this page May 10, 2021 · 3 revisions

Account-based pricing

Testing data (card and expected fees):

  • 4242424242424242, expected fee 2.9% + $0.30 (US card)
  • 4000008260000000, expected fee 3.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

Deposits pagination

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)

Other notes

Two issues discovered during the pre-release testing should have been fixed:

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.

Clone this wiki locally