gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] 01/02: fixing helper call


From: gnunet
Subject: [libeufin] 01/02: fixing helper call
Date: Fri, 17 Nov 2023 13:14:13 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

commit 30928f1805d80624ab67dd760ed958e0374aeb8c
Author: MS <ms@taler.net>
AuthorDate: Fri Nov 17 13:12:42 2023 +0100

    fixing helper call
---
 nexus/src/main/kotlin/tech/libeufin/nexus/ebics/Ebics3.kt | 2 +-
 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
index 1928cef0..5c8b8c2d 100644
--- 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]