Support for tax codes

This commit is contained in:
Raphael Michel 2024-08-02 13:47:39 +02:00
parent 1ba0c00c17
commit 2e04aef19e

View file

@ -170,6 +170,7 @@ def get_fees(
internal_type="",
value=price,
tax_rate=tax.rate,
tax_code=tax.code,
tax_value=tax.tax,
tax_rule=tax_rule,
)