Tuesday, August 26, 2025
1 change · saas-18.3
Enhancements to existing features
Xendit payment forms now report token creation errors immediately, such as invalid customer input, instead of continuing with unusable payment data. This helps customers understand and correct issues sooner, reducing failed payment attempts and confusion during checkout.
Original PR description
Previously, if error was found during token creation (i.e. invalid input) , it's not immediately reported but instead invalid data will be used for further process. Now, any errors caught early will be reported immediately back. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#224036