commit 30928f1805d80624ab67dd760ed958e0374aeb8c
parent f9022c7e371f3f841e1b3197538fdb7537d80726
Author: MS <ms@taler.net>
Date: Fri, 17 Nov 2023 13:12:42 +0100
fixing helper call
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/Ebics3.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/Ebics3.kt
@@ -418,6 +418,6 @@ fun prepEbics3Document(
SupportedDocument.PAIN_002 -> prepAckRequest3(startDate)
SupportedDocument.CAMT_052 -> prepReportRequest3(startDate)
SupportedDocument.CAMT_053 -> prepStatementRequest3(startDate)
- SupportedDocument.CAMT_054 -> prepReportRequest3(startDate)
+ SupportedDocument.CAMT_054 -> prepNotificationRequest3(startDate, isAppendix = true)
SupportedDocument.PAIN_002_LOGS -> throw Exception("HAC (--only-logs) not available in EBICS 3")
}
\ No newline at end of file