-
Notifications
You must be signed in to change notification settings - Fork 69
Release testing instructions for WC Payments 4.3.0
Jordan Bordonado edited this page May 24, 2022
·
4 revisions
Add information to the "Capture Later" settings that only card payment method will be enabled with this setting.
If a user has enabled UPE and added additional payment methods and then enables "Authorization and Capture Later", only the card payment method is shown in checkout and other payment methods disappear. To avoid confusion for the merchants, we add information in the Payment > Settings page to make it clear that only the credit card method is compatible with "capture later".
Testing instructions
- On your site, activate UPE and visit Payment > Settings page: you should see that UPE methods can be enabled/disabled and appear just like the Credit card / Debit card method
- Check the "Issue an authorization on checkout, and capture later" checkbox: a confirmation modal is shown with the relevant text
- If you cancel, then nothing has changed for the appearance of the payment methods
- If you try again to check the checkbox and confirm your choice, you should now see that the appearance of UPE methods has changed
- instead of a checkbox to enable/disable, there's a warning icon which shows a tooltip when hovering over it
- there's an overlay that indicates that it is not "available"
- If you uncheck the checkbox, you should not see a confirmation modal and the appearance should be back to normal for all payment methods
- If UPE is disabled, enabling/disabling the manual capture should be immediate, without a confirmation modal.