-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from Backbase/feature/CONT-2859-remove-party-e…
…vents [2024.10] feat(CONT-2859): Replace PartyUpdatedEvent with ContactUpdatedEvent
- Loading branch information
Showing
9 changed files
with
37 additions
and
352 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...pdated/contact-status-updated-rejected/in-app-notification/en_US/engagement-template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"title": "Contact status change", | ||
"body": "Hi {{{user.preferredName}}}, the status for Contact: {{{event.party.name}}} has changed to {{lower event.party.status}}" | ||
"body": "Hi {{{user.preferredName}}}, the status for Contact: {{{event.contact.name}}} has changed to {{lower event.contact.status}}" | ||
} |
2 changes: 1 addition & 1 deletion
2
...ontact-status-updated/contact-status-updated-rejected/push/en_US/engagement-template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"title": "Contact status change", | ||
"body": "Hi {{{user.preferredName}}}, the status for Contact: {{{event.party.name}}} has changed to {{lower event.party.status}}" | ||
"body": "Hi {{{user.preferredName}}}, the status for Contact: {{{event.contact.name}}} has changed to {{lower event.contact.status}}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pdated/contact-status-updated-rejected/in-app-notification/en_US/engagement-template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"title": "Contact status change", | ||
"body": "Hi {{{user.preferredName}}}, the status for Contact: {{{event.party.name}}} has changed to {{lower event.party.status}}" | ||
"body": "Hi {{{user.preferredName}}}, the status for Contact: {{{event.contact.name}}} has changed to {{lower event.contact.status}}" | ||
} |
2 changes: 1 addition & 1 deletion
2
...ontact-status-updated/contact-status-updated-rejected/push/en_US/engagement-template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"title": "Contact status change", | ||
"body": "Hi {{{user.preferredName}}}, the status for Contact: {{{event.party.name}}} has changed to {{lower event.party.status}}" | ||
"body": "Hi {{{user.preferredName}}}, the status for Contact: {{{event.contact.name}}} has changed to {{lower event.contact.status}}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.