Skip to content

OnOrderJournal

Back to Index

This hook runs after any order journal entries have been created.

Type

{
hook: 'OnOrderJournal'
order: Order // The order, including the newly added journal entries
entries: [OrderJournalEntry] // The journal entries that were added
}

Effects

effects.common.sendMessage Sends a message to another actor after the order has been saved. Responses from the target actor is ignored.

Back to Index