Skip to content

Commit 15d9dfa

Browse files
committed
feat: purchased subscription email with did
1 parent 275169b commit 15d9dfa

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-ts",
3-
"version": "3.0.17",
3+
"version": "3.0.18",
44
"description": "Nevermined Node",
55
"main": "main.ts",
66
"scripts": {

src/access/access.controller.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ export class AccessController {
318318
title: 'Subscription Purchased',
319319
body: `A user has purchased your subscription`,
320320
link,
321+
did: did.getDid(),
321322
}
322323
Logger.log(`Publisher Notification: ${JSON.stringify(publisherNotification)}`)
323324

src/shared/backend/backend.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export interface UserNotification {
2626
title: string
2727
body: string
2828
link: string
29+
did?: string
2930
}
3031

3132
@Injectable()

0 commit comments

Comments
 (0)