Daily updates from Odoo
Thursday, January 16, 2025
1 change · saas-17.4
Resolved issues and error corrections
This fixes an issue where Mercado Pago webhook notifications were received but did not update point-of-sale payment lines. Businesses using Mercado Pago in POS should now see payment status updates processed as expected.
Original PR description
Before this commit: Nothing would happen after a mercado pago webhook notification received. Since 17.4, `payment_method` attribute have been changed to `payment_method_id`. Thus it was returning `undefined` and silently fail to update the line After this commit: Call `handleMercadoPagoWebhook` on notification received as intended opw-4349957