Wednesday, February 14, 2024
1 change · 17.0
Resolved issues and error corrections
This fixes a missing sales order reference in the payment form after a prior code change. Keeping that link ensures payments made from a sales order remain correctly associated with the order, reducing checkout or payment tracking issues.
Original PR description
In 7e012dd5441e87ce3c2688f9280381b041b00b0d, `_get_custom_rendering_context_values` was refactored and renamed `_get_extra_payment_form_values`. In this refactoring, `sale_order_id` was inadvertently removed from the values returned to the payment form. This commit re-introduce `sale_order_id` in the extra payment form values. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr