From 1da168c2f80179050b706ff62236bd8a04891cab Mon Sep 17 00:00:00 2001 From: Jesper Justesen <1972142+FirestarJes@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:07:19 +0100 Subject: [PATCH] Update IntegrationEventProvider.cs (#59) --- .../Notifications/IntegrationEventProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/settlement-report/SettlementReports.Infrastructure/Notifications/IntegrationEventProvider.cs b/source/settlement-report/SettlementReports.Infrastructure/Notifications/IntegrationEventProvider.cs index 7afa1fc..744bd09 100644 --- a/source/settlement-report/SettlementReports.Infrastructure/Notifications/IntegrationEventProvider.cs +++ b/source/settlement-report/SettlementReports.Infrastructure/Notifications/IntegrationEventProvider.cs @@ -66,7 +66,7 @@ private Task CreateAsync(Application.SettlementReports_v2.Sett }, TargetActorId = reportForNotification.ActorId.ToString(), TargetUserId = reportForNotification.UserId.ToString(), - RelatedId = reportForNotification.Id.ToString(), + RelatedId = reportForNotification.RequestId, OccurredAt = now.ToTimestamp(), ExpiresAt = now.AddDays(6).ToTimestamp(), });