Factorize payment transaction treatment between simple form and cart payment
Remove transaction_id field from invoice, it can be recovered usingTransaction.get_on_index('invoice_ids', invoice.id).
Factorize payment transaction treatment between simple form and cart payment
Remove transaction_id field from invoice, it can be recovered using
Transaction.get_on_index('invoice_ids', invoice.id).