From 98cb5dcd4420d9401ada97b8834e1339c2670343 Mon Sep 17 00:00:00 2001 From: Stuart Ferguson Date: Thu, 5 May 2022 13:44:49 +0100 Subject: [PATCH] :| --- .../EventHandling/TransactionDomainEventHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TransactionProcessor.BusinessLogic/EventHandling/TransactionDomainEventHandler.cs b/TransactionProcessor.BusinessLogic/EventHandling/TransactionDomainEventHandler.cs index 31e58803..8bdc8711 100644 --- a/TransactionProcessor.BusinessLogic/EventHandling/TransactionDomainEventHandler.cs +++ b/TransactionProcessor.BusinessLogic/EventHandling/TransactionDomainEventHandler.cs @@ -269,7 +269,7 @@ private DateTime CalculateSettlementDate(SettlementSchedule merchantSettlementSc return completeDateTime.Date.AddMonths(1).Date; } - return completeDateTime; + return completeDateTime.Date; } ///