gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Return 200 OK after parsing HTD respon


From: gnunet
Subject: [libeufin] branch master updated: Return 200 OK after parsing HTD response.
Date: Wed, 13 Nov 2019 17:12:29 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 40647ac  Return 200 OK after parsing HTD response.
40647ac is described below

commit 40647acbbde6e27de50411e3a81e7d13b1a2408f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 13 17:11:04 2019 +0100

    Return 200 OK after parsing HTD response.
---
 nexus/src/main/kotlin/Main.kt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt
index 6c5adc5..1268b06 100644
--- a/nexus/src/main/kotlin/Main.kt
+++ b/nexus/src/main/kotlin/Main.kt
@@ -383,9 +383,10 @@ fun main() {
                     throw EbicsError(response.value.body.returnCode.value)
                 }
 
-                call.respond(
-                    HttpStatusCode.NotImplemented,
-                    SandboxError("Not implemented")
+                call.respondText(
+                    "Success! Details (temporarily) reported on the Nexus 
console.",
+                    ContentType.Text.Plain,
+                    HttpStatusCode.OK
                 )
             }
 

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



reply via email to

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