Skip to content

Commit

Permalink
Migrate from Autopilot to Ortto (#1279)
Browse files Browse the repository at this point in the history
* add transactionLink and projectLink

* add blockExplorer URLs

* add blockExplorer URLs

* fetch token instead from token address

* add "endOfLine": "auto" to eslint

* replace segment with emailData

* rename getSegmentProjectAttributes and getEmailDataAttributes

* remove analyticsUserId and anonymousId

* replace emailData with segment

* add findUserById to getEmailDataProjectAttributes

* disable sending email for projectSavedAsDraft and projectDeactivated

* activate projectPublished notification
  • Loading branch information
RamRamez authored Feb 8, 2024
1 parent ca14290 commit c5052d8
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 105 deletions.
1 change: 1 addition & 0 deletions src/adapters/notifications/NotificationAdapterInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface NotificationAdapterInterface {
donationReceived(params: {
donation: Donation;
project: Project;
user: User | null;
}): Promise<void>;

donationSent(params: {
Expand Down
Loading

0 comments on commit c5052d8

Please sign in to comment.