Release testing instructions for WC Payments 3.5.0 - Automattic/woocommerce-payments GitHub Wiki
Return correct product prices datatype in WCPay
Expected outcome
The multi-currency prices conversion is working as expected and prices are shown correctly after changing price values from float to string.
Testing instructions
- As a shopper go to the Shop page, switch the currency to
EUR
. - Add simple product to cart.
- Add variable product to cart.
- Add sale product to cart.
- Switch currencies to
JPY
andUSD
and see that the prices are shown correctly. - Checkout and Pay, should be good without errors.
Be able to access Subscription details when purchased via SEPA Direct Debit
Expected outcome
Merchants can access subscription details after shoppers pay by using SEPA Direct Debit.
Testing instructions
- As a merchant, create a subscription with WooCommerce Subscriptions
- Enable SEPA Direct Debit as a payment option. See guide here if needed.
- Purchase the subscription in step 1 with a test account number.
- Navigate to WooCommerce > Subscriptions and select the subscription purchased in step 3.
- The page should be loaded without any issue. Check in the browser console, there is no 500 error like this.