Skip to content

Release testing instructions for WC Payments 2.3.0

Vladimir Reznichenko edited this page Apr 9, 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 Payment -> Transactions
  • open transaction corresponding to each of new purchases
  • notice entry to 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

Export transactions to CSV file

Testing steps:

  • open WP admin area and follow Payment -> Transactions
  • click a drop-down located above the transactions list
  • click 'Advanced filters', then 'Add a filter', then choose 'Date'
  • in the newly appeared filters line 'Date' choose 'Between' and provide a date range covering some of the transactions
  • click 'Filter' button to apply the filters
  • in transaction table apply sorting to date or amount column
  • in transactions table header notice and click 'Download'
  • ensure the data set in downloaded file matches the what is listed in the transactions table
Clone this wiki locally