Skip to content

Release testing instructions for WC Payments 2.3.0

Vladimir Reznichenko edited this page Apr 15, 2021 · 10 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)
Clone this wiki locally