mirror of
https://github.com/pretix/pretix.git
synced 2025-12-23 17:02:26 +00:00
Add separate notification category for orders that require approval
This commit is contained in:
@@ -112,6 +112,10 @@ def register_default_webhook_events(sender, **kwargs):
|
||||
'pretix.event.order.placed',
|
||||
_('New order placed'),
|
||||
),
|
||||
ParametrizedOrderWebhookEvent(
|
||||
'pretix.event.order.placed.required_approval',
|
||||
_('New order requires approval'),
|
||||
),
|
||||
ParametrizedOrderWebhookEvent(
|
||||
'pretix.event.order.paid',
|
||||
_('Order marked as paid'),
|
||||
|
||||
Reference in New Issue
Block a user