[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] 02/03: include connection readiness in status
From: |
gnunet |
Subject: |
[libeufin] 02/03: include connection readiness in status |
Date: |
Tue, 26 Jan 2021 18:31:29 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
commit 916a3189ce3c4852dbf498b4cf6fa96ba9f9f1de
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 26 18:28:42 2021 +0100
include connection readiness in status
Testing this feature depends on #6715.
---
nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt | 1 +
1 file changed, 1 insertion(+)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
index 28a8bc3..307ab31 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
@@ -593,6 +593,7 @@ fun getEbicsConnectionDetails(conn:
NexusBankConnectionEntity): Any {
val node = mapper.createObjectNode()
node.put("type", conn.type)
node.put("owner", conn.owner.username)
+ node.put("ready", true) // test with #6715 needed.
node.set<JsonNode>("details", details)
return node
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.