mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Introduce cancellation requests (#1627)
* Allow to adjust the cancellation fee without JS * Introduce cancellation requests * ignore→delete * Change a few things after Martin's review * Add a few tests
This commit is contained in:
@@ -110,6 +110,7 @@ event_urls = [
|
||||
"orders/ABC/approve",
|
||||
"orders/ABC/deny",
|
||||
"orders/ABC/checkvatid",
|
||||
"orders/ABC/cancellationrequests/1/delete",
|
||||
"orders/ABC/payments/1/cancel",
|
||||
"orders/ABC/payments/1/confirm",
|
||||
"orders/ABC/refund",
|
||||
|
||||
Reference in New Issue
Block a user