mirror of
https://github.com/pretix/pretix.git
synced 2026-05-12 16:24:00 +00:00
move checks to classes and add distinction between process_fees and position fees
This commit is contained in:
@@ -1206,3 +1206,14 @@ This signal is sent out each time the information for a Device is modified.
|
||||
Both the original and updated versions of the Device are included to allow
|
||||
receivers to see what has been updated.
|
||||
"""
|
||||
|
||||
self_service_cancellation_checks = EventPluginSignal()
|
||||
"""
|
||||
This signal is sent out to collect checks to approve or deny a self service cancellation.
|
||||
You are expected to return a class instance that implements CancellationCheck.
|
||||
It is is expected that that the CheckFn will not issue any further queries.
|
||||
|
||||
As with all event-plugin signals, the ``sender`` keyword argument will contain the event.
|
||||
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user