Support for tax codes (#36)

This commit is contained in:
Raphael Michel 2024-12-13 12:05:14 +01:00 committed by GitHub
parent bab3e81264
commit a85021edf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
)