mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
feat: change payment method endpoint
This commit is contained in:
+4
-1
@@ -65,7 +65,10 @@ export class CreateOfflineSubscriptionToken implements UseCaseInterface {
|
||||
|
||||
await this.domainEventPublisher.publish(
|
||||
this.domainEventFactory.createEmailRequestedEvent({
|
||||
body: getBody(dto.userEmail, `https://standardnotes.com/dashboard/offline?subscription_token=${token}`),
|
||||
body: getBody(
|
||||
dto.userEmail,
|
||||
`https://standardnotes.com/dashboard/offline?subscription_token=${token}&email=${dto.userEmail}`,
|
||||
),
|
||||
level: EmailLevel.LEVELS.System,
|
||||
subject: getSubject(),
|
||||
messageIdentifier: 'OFFLINE_SUBSCRIPTION_ACCESS',
|
||||
|
||||
Reference in New Issue
Block a user