Add validate_cart hook

This commit is contained in:
Raphael Michel
2017-01-22 18:05:47 +01:00
parent 221526c979
commit 0665bd443b
3 changed files with 25 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ Order events
There are multiple signals that will be sent out in the ordering cycle:
.. automodule:: pretix.base.signals
:members: order_paid, order_placed
:members: validate_cart, order_paid, order_placed
Frontend
--------