onOrderUpdated( )


A backend event that fires when a ticket order is updated.

The onOrderUpdated() event handler runs when a ticket order is updated. The received OrderUpdatedEvent object contains information about the updated ticket order.

Note: Backend events are not fired when previewing your site.

Method Declaration
Copy
Method Parameters
eventOrderUpdatedEventRequired

Information about the ticket order that was updated.

Was this helpful?
Yes
No