Re-implement Order.getTotalPrice when base_contribution is provided.
(cherry picked from commit eed6ff24799a73a63327152a662669ba3ecfc391)
Showing
-
Owner
@klaus @rafael any idea why this had to be re-implemented ?
If I undertand correctly, before this change
Order.getTotalPrice(base_contribution=X)
would return all generated lines that contributes to an amount (eg. total_price_including_tax) and after this change, it would return all generated lines that were applied to an amount (eg. taxable). Is that correct ?/cc @gabriel
Please register or sign in to comment