Add webhook for pretix.event.order.deleted (Z#23159520) (#4310)

This commit is contained in:
Raphael Michel
2024-07-17 17:15:35 +02:00
committed by GitHub
parent f0822d3c27
commit 092de9e3c4
2 changed files with 16 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ The following values for ``action_types`` are valid with pretix core:
* ``pretix.event.order.modified``
* ``pretix.event.order.contact.changed``
* ``pretix.event.order.changed.*``
* ``pretix.event.order.deleted`` (can only occur for test mode orders)
* ``pretix.event.order.refund.created``
* ``pretix.event.order.refund.created.externally``
* ``pretix.event.order.refund.requested``