OnOrderCreated
This hook runs after commands have been applied to an Order Actor from the create message, but before the OnOrderCommands hook. Commands returned will be applied to the order and changes are available to the the OnOrderCommands hook.
Type
filtrera
{
hook: 'OnOrderCreated'
order: Order
}