feat: cancellation

This commit is contained in:
Nevo David 2024-12-31 15:48:58 +07:00
parent 3c7c225dbe
commit d5c2fe6348
1 changed files with 1 additions and 1 deletions

View File

@ -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
);