mirror of
https://github.com/pretix/pretix.git
synced 2026-08-17 11:56:27 +00:00
Add create_fees to example
This commit is contained in:
@@ -2312,7 +2312,15 @@ otherwise, such as splitting an order or changing fees.
|
||||
{
|
||||
"fee": 49
|
||||
}
|
||||
]
|
||||
],
|
||||
"create_fees": [
|
||||
{
|
||||
"fee_type": "other",
|
||||
"value": "1.50",
|
||||
"description": "Example Fee",
|
||||
"internal_type": "",
|
||||
"tax_rule": 15
|
||||
}
|
||||
],
|
||||
"reissue_invoice": true,
|
||||
"send_email": true,
|
||||
|
||||
Reference in New Issue
Block a user