New signal order_fee_type_name

This commit is contained in:
Raphael Michel
2017-09-29 16:54:27 +02:00
parent 784f6e703c
commit 79988a2325
3 changed files with 21 additions and 3 deletions
+1 -1
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: validate_cart, fee_calculation_for_cart, order_fee_calculation, order_paid, order_placed
:members: validate_cart, fee_calculation_for_cart, order_fee_calculation, order_paid, order_placed, order_fee_type_name
Frontend
--------