gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: nexus fetch: debug


From: gnunet
Subject: [libeufin] branch master updated: nexus fetch: debug
Date: Thu, 16 Nov 2023 15:43:56 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 3aa24670 nexus fetch: debug
3aa24670 is described below

commit 3aa2467099811fd22dd1437366cdbe65ee12e2a1
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 16 15:43:48 2023 +0100

    nexus fetch: debug
---
 nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt
index db4274aa..168c69ec 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt
@@ -661,9 +661,7 @@ class EbicsFetch: CliktCommand("Fetches bank records.  
Defaults to camt.054 noti
             when(whichDoc) {
                 SupportedDocument.CAMT_054 -> {
                     val res = parseNotification(maybeStdin, cfg.currency)
-                    res.incoming.forEach {
-                        println(it)
-                    }
+                    println(res)
                 }
                 else -> {
                     logger.error("Parsing $whichDoc not supported")

-- 
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]