mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Add order expired notification (#838)
This commit is contained in:
committed by
Raphael Michel
parent
938c7df28a
commit
ac053b00e8
@@ -204,6 +204,12 @@ def register_default_notification_types(sender, **kwargs):
|
||||
_('Order canceled'),
|
||||
_('Order {order.code} has been canceled.')
|
||||
),
|
||||
ParametrizedOrderNotificationType(
|
||||
sender,
|
||||
'pretix.event.order.expired',
|
||||
_('Order expired'),
|
||||
_('Order {order.code} has been marked as expired.'),
|
||||
),
|
||||
ParametrizedOrderNotificationType(
|
||||
sender,
|
||||
'pretix.event.order.modified',
|
||||
|
||||
Reference in New Issue
Block a user