Daily updates from Odoo
Thursday, January 23, 2025
1 change
Resolved issues and error corrections
Stripe terminal payments now work again in self-order mode, preventing customers from seeing a generic payment error. The fix also ensures the point of sale receives the correct confirmation when a Stripe payment is completed.
Original PR description
Currently in v18 Stripe payments are broken and don't work anymore. This PR adjusts the code so that Stripe works again in self order mode. It fixes the error "An error has occured" seen when sending a payment to a Stripe terminal + it also fixes the response sent to PoS to confirm Stripe payments. opw-4283413 opw-4358017