feat: cancellation
This commit is contained in:
parent
3c7c225dbe
commit
d5c2fe6348
|
|
@ -67,7 +67,7 @@ export class BillingController {
|
|||
await this._notificationService.sendEmail(
|
||||
process.env.EMAIL_FROM_ADDRESS,
|
||||
'Subscription Cancelled',
|
||||
`${user.name} from Organization ${org.name} has cancelled their subscription because: ${body.feedback}`,
|
||||
`Organization ${org.name} has cancelled their subscription because: ${body.feedback}`,
|
||||
user.email
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue