From f5761ab43b7df0c034535b4a964b272857bc61e0 Mon Sep 17 00:00:00 2001 From: Vladimir Avsievich Date: Thu, 14 Aug 2025 10:48:27 +0200 Subject: [PATCH] Add id to data of pp-ach-exceptions-created --- .../event-general-notifications.json | 8 ++++---- .../event-general-notifications.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json b/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json index 4c0907d..84d2d54 100644 --- a/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json +++ b/collections/business/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json @@ -17,8 +17,8 @@ "channelSettings": "pp-ach-exceptions-created/in-app-notification/in-app_channel-settings.json", "isEnabledByDefault": true, "routeInfo": { - "whereTo": "positive-pay-ach-active-exceptions-view", - "data": "" + "whereTo": "positive-pay-ach-active-exception-view", + "data": "{\"id\":\"{{event.id}}\"}" }, "engagementTemplates": [ { @@ -43,8 +43,8 @@ "channelSettings": "pp-ach-exceptions-created/push/push_channel-settings.json", "isEnabledByDefault": true, "routeInfo": { - "whereTo": "positive-pay-ach-active-exceptions-view", - "data": "" + "whereTo": "positive-pay-ach-active-exception-view", + "data": "{\"id\":\"{{event.id}}\"}" }, "engagementTemplates": [ { diff --git a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json index ea340b3..bc65306 100644 --- a/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json +++ b/collections/oneruntime/general-notifications/event-general-notifications/pp-ach-exceptions-created/event-general-notifications.json @@ -18,8 +18,8 @@ "channelSettings": "pp-ach-exceptions-created-business/in-app-notification/in-app_channel-settings.json", "isEnabledByDefault": true, "routeInfo": { - "whereTo": "positive-pay-ach-active-exceptions-view", - "data": "" + "whereTo": "positive-pay-ach-active-exception-view", + "data": "{\"id\":\"{{event.id}}\"}" }, "engagementTemplates": [ { @@ -44,8 +44,8 @@ "channelSettings": "pp-ach-exceptions-created-business/push/push_channel-settings.json", "isEnabledByDefault": true, "routeInfo": { - "whereTo": "positive-pay-ach-active-exceptions-view", - "data": "" + "whereTo": "positive-pay-ach-active-exception-view", + "data": "{\"id\":\"{{event.id}}\"}" }, "engagementTemplates": [ {