(userName?: string)
| 190 | } |
| 191 | |
| 192 | export async function renderAbandonedCheckoutEmail(userName?: string): Promise<string> { |
| 193 | return await render(AbandonedCheckoutEmail({ userName })) |
| 194 | } |
| 195 | |
| 196 | export async function renderCreditsExhaustedEmail(params: { |
| 197 | userName?: string |
no test coverage detected