You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me know if this should be moved to WooCommerce Bookings repository.
When a bookable slot is not selected (and the product price is effectively 0) and customers click one of the PayPal Checkout buttons at the product page - this error message appears:
PayPal error (10525): An error (10525) occurred while processing your PayPal payment. Please contact the store owner for assistance.
To reproduce
Go to a bookable product page. Do not select any slots.
Click the yellow PayPal Checkout button on the product page.
The buttons should be hidden before the slot is selected. Alternatively, the error message should be more clear, although the first approach sounds better.
PayPal returned API error code 10525 - This transaction cannot be processed. The amount to be charged is zero.
This makes sense since no amount has been selected to send to PayPal. Agreed that the best solution here would be to make the button not clickable or hide it until a timeslot is selected.
Describe the bug
Let me know if this should be moved to WooCommerce Bookings repository.
When a bookable slot is not selected (and the product price is effectively 0) and customers click one of the PayPal Checkout buttons at the product page - this error message appears:
PayPal error (10525): An error (10525) occurred while processing your PayPal payment. Please contact the store owner for assistance.
To reproduce
Screenshots
Screenshot direct link: https://d.pr/i/npBUCd
https://snipboard.io/A3gDxY.jpg
Expected behavior
The buttons should be hidden before the slot is selected. Alternatively, the error message should be more clear, although the first approach sounds better.
Related to #635
Environment (please complete the following information):
Additional details
reported in 27086523-hc
The text was updated successfully, but these errors were encountered: