Skip to content

Release testing instructions for WC Payments 3.7.0

Cvetan Cvetanov edited this page Jan 25, 2022 · 17 revisions

BECS Direct Debit

Expected Outcome

BECS Direct Debit gateway should be available to be enabled for stores in Australia, gateway fees are displayed and calculated correctly on checkout.

Fee structure: 1% + A$0.30 capped at A$3.50

Testing instructions

  1. Setup a new JN site with WooCommerce, WooCommerce Payments & WooCommerce Payments Dev Tools.
  2. Configure WCPay Dev according to this screenshot.
  3. On-board WooCommerce Payments choosing Australia as country.
  4. Go to WP-ADMIN -> Payments -> Settings -> Payments accepted on checkout -> Add payment method and confirm that BECS Direct Debit is displayed, along with its icon, and the fees match. Screenshot
  5. Enable BECS Direct Debit, and click Save changes.
  6. On the store, add an item to your cart, and go to checkout.
  7. Verify your currency is not AUD, BECS should not appear under Popular payment methods.
  8. Switch your currency to AUD, BECS should be available under Popular payment methods. Screenshot
  9. Make 3 purchases using the following accounts numbers and 000000 as BSB.
  1. Use the 1st account number again to do a purchase over $500 to test capped fees.
  2. Go to WP-ADMIN -> WooCommerce -> Orders.
  3. Open the first order (with account number 000123456).
  4. Click Refund, and then increase the line item in your order to 1.
  5. Click Refund via WooCommerce Payments, verify your refund is completed.
  6. Confirm that the orders notes match the ones on the screenshots above in 9. Order notes screenshot.
  7. Go to WP-ADMIN -> Payments -> Transactions, you should see your Payment and Payment refund listed for your order, verify both have the Direct Debit logo. Screenshot
  8. Click on the Payment, then verify the Payment method both at the top and bottom are correctly formatted. Screenshot
  9. Go to WP-ADMIN -> Payments -> Settings, then uncheck BECS Direct Debit.
  10. Verify that the name and the logo in the modal are correct (screenshot), then click Remove and Save changes.
  11. Verify BECS Direct Debit is no longer in enabled the list of Payment methods.

Introduce Advance filters on the disputes page

Expected outcome

The data in the Disputes list can be filtered by applying filters from the Advanced filters drop-down.

Testing instructions

Prerequisites You need some disputes data to be shown in the table. To do so you can create a number of orders in test mode and pay for them using one of Stripes's testing cards i.e: 4000000000000259

  1. Visit Payments -> Disputes page.
  2. You should see a dropdown labeled as Show and then select Advanced filters from the drop-down.
  3. Make sure you have more than 30 disputes in the table to validate the pagination.
  4. Make sure you get the desired result with the Disputed on data filter.
  5. Make sure you get the desired result with the Status filter.
  6. Make sure you get the desired result with the Match filter in combination with Disputed on date and Status.
  7. Make sure table summary data (total count of rows for selected filters) and pagination of the table are working as expected.
  8. Make sure the disputes page is working as expected without applying advanced filters.

Note: For match filter

  • selecting All - will fetch results with AND operator among applied filters.
  • selecting Any - will fetch results with OR operator among applied filters.

Introduce sorting on Disputes page

Expected outcome

The data in the Disputes list can be sorted in ascending / descending order by clicking on one of this columns: Disputed on, Amount, Respond by. By default, the list is sorted by Disputed on column, in descending order.

Testing instructions

Prerequisites You need some disputes data to be shown in the table. To do so you can create a number of orders in test mode and pay for them using one of Stripes's testing cards i.e: 4000000000000259

  1. Go to WP-ADMIN -> Payments -> Disputes.
  2. Check that the Disputes list is sorted by Disputed on column in descending order.
  3. Click on any of sortable columns.
  4. Verify that the available data is sorted accordingly.
Clone this wiki locally