New Signal: order_expiry_changed (#4867)

Co-authored-by: Raphael Michel <michel@rami.io>
This commit is contained in:
Martin Gross
2025-02-25 13:38:26 +01:00
committed by GitHub
parent b48259ab60
commit 083e5ed265
3 changed files with 15 additions and 3 deletions

View File

@@ -563,6 +563,16 @@ as the first argument.
As with all event-plugin signals, the ``sender`` keyword argument will contain the event.
"""
order_expiry_changed = EventPluginSignal()
"""
Arguments: ``order``
This signal is sent out every time an order expiry date is changed as an explicit operation (i.e. not if
this is the result of an approval or order change). The order object is given as the first argument.
As with all event-plugin signals, the ``sender`` keyword argument will contain the event.
"""
order_modified = EventPluginSignal()
"""
Arguments: ``order``