Send Processing Order Email

amerta


amerta / amerta/payload/utilities/emails/sendOrderEmail / sendProcessingOrderEmail

Function: sendProcessingOrderEmail()

sendProcessingOrderEmail(customer, order): Promise<void>

Defined in: amerta/payload/utilities/emails/sendOrderEmail.ts:158

Sends a processing order notification email to the customer.

Notifies the customer that their order is being processed and will be shipped soon.

Parameters

| Parameter | Type | Description | | ------ | ------ | ------ | | customer | Customer | The customer whose order is processing | | order | Order | The processing order object |

Returns

Promise<void>

Async