Send On Hold Order Email
amerta / amerta/payload/utilities/emails/sendOrderEmail / sendOnHoldOrderEmail
Function: sendOnHoldOrderEmail()
sendOnHoldOrderEmail(
customer,order):Promise<void>
Defined in: amerta/payload/utilities/emails/sendOrderEmail.ts:133
Sends an on-hold order notification email to the customer.
Notifies the customer that their order is on-hold and pending review.
Parameters
| Parameter | Type | Description |
| ------ | ------ | ------ |
| customer | Customer | The customer whose order is on-hold |
| order | Order | The on-hold order object |
Returns
Promise<void>