libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 3aa2467099811fd22dd1437366cdbe65ee12e2a1
parent 34c6a65baf6aadf3519e6ae69fb2a65f032c7d4d
Author: MS <ms@taler.net>
Date:   Thu, 16 Nov 2023 15:43:48 +0100

nexus fetch: debug

Diffstat:
Mnexus/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 @@ -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")