mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-23 14:40:21 +01:00
Support for tax codes
This commit is contained in:
parent
1ba0c00c17
commit
2e04aef19e
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue