Send Completed Order Email
amerta / amerta/payload/utilities/emails/sendOrderEmail / sendCompletedOrderEmail
Function: sendCompletedOrderEmail()
sendCompletedOrderEmail(
customer,order):Promise<void>
Defined in: amerta/payload/utilities/emails/sendOrderEmail.ts:183
Sends a completed order notification email to the customer.
Notifies the customer that their order has been completed and is ready.
Parameters
| Parameter | Type | Description |
| ------ | ------ | ------ |
| customer | Customer | The customer whose order is completed |
| order | Order | The completed order object |
Returns
Promise<void>