Friday, November 1, 2024
1 change · 18.0
Resolved issues and error corrections
Worldline payment updates now use the stable payment ID from the notification instead of a checkout-only field. This helps Odoo correctly match payments received through webhooks, reducing failed or incomplete payment reconciliation.
Original PR description
Description of the issue/feature this PR addresses: 'hostedCheckoutSpecificOutput' is not a valid key when passing through the webhook as it's only available when returning from checkout. Using the id key instead as its left part is the exact unique payment id we want to save.