Eliminate old names

This commit is contained in:
Raphael Michel
2026-03-09 14:57:31 +01:00
parent 6953aff7a4
commit 70973c8c6f
32 changed files with 130 additions and 103 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ A simple implementation could look like this:
.. code-block:: python
class MyNotificationType(NotificationType):
required_permission = "can_view_orders"
required_permission = "event.orders:read"
action_type = "pretix.event.order.paid"
verbose_name = _("Order has been paid")