gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 05/06: get INI to validate


From: gnunet
Subject: [libeufin] 05/06: get INI to validate
Date: Wed, 06 Nov 2019 11:02:49 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

commit f85b0139e15df8ef3a13ff0e28ca9287f2bcc80d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Nov 5 23:17:31 2019 +0100

    get INI to validate
---
 nexus/src/main/kotlin/Main.kt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt
index 155c37d..267cb30 100644
--- a/nexus/src/main/kotlin/Main.kt
+++ b/nexus/src/main/kotlin/Main.kt
@@ -174,6 +174,7 @@ fun main() {
                         version = "H004"
                         revision = 1
                         header = EbicsUnsecuredRequest.Header().apply {
+                            authenticate = true
                             static = StaticHeader().apply {
                                 orderDetails = OrderDetails().apply {
                                     orderAttribute = "DZNNN"
@@ -211,8 +212,6 @@ fun main() {
                             }
                         }
                     }
-
-
                     subscriber!!.ebicsURL
                 }
 
@@ -223,8 +222,8 @@ fun main() {
                     )
                     return@post
                 }
-                logger.info("POSTing to ${url}")
 
+                logger.info("POSTing to ${url}")
                 val response = client.post<EbicsKeyManagementResponse>(
                     urlString = url,
                     block = {

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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