onOrderPaymentStatusUpdated( )


Notes:

Triggered when an order's payment status is updated.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: OrderPaymentStatusUpdatedEnvelope): void | Promise<void>

Did this help?