gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix english


From: gnunet
Subject: [libeufin] branch master updated: fix english
Date: Thu, 07 Nov 2019 12:29:42 +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 b8a428c  fix english
b8a428c is described below

commit b8a428ce9541d9ede965183ea447d266ad217aad
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 7 12:29:33 2019 +0100

    fix english
---
 nexus/src/main/kotlin/Main.kt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nexus/src/main/kotlin/Main.kt b/nexus/src/main/kotlin/Main.kt
index 60e8c8b..1a4c076 100644
--- a/nexus/src/main/kotlin/Main.kt
+++ b/nexus/src/main/kotlin/Main.kt
@@ -182,7 +182,7 @@ fun main() {
 
             post("/ebics/subscribers/{id}/sendIni") {
 
-                val id = expectId(call.parameters["id"])
+                val id = expectId(call.parameters["id"]) // caught above
                 val iniRequest = EbicsUnsecuredRequest()
 
                 val url = transaction {
@@ -251,7 +251,7 @@ fun main() {
                     return@post
                 }
 
-                val responseJaxb = 
XMLUtil.convertStringToJaxb<EbicsKeyManagementResponse>(response)
+                val responseJaxb = 
XMLUtil.convertStringToJaxb<EbicsKeyManagementResponse>(response)  // caught 
above
                 val returnCode = responseJaxb.value.body.returnCode.value
                 if (returnCode == "000000") {
                     call.respond(
@@ -263,7 +263,7 @@ fun main() {
 
                     call.respond(
                         HttpStatusCode.OK,
-                        NexusError("Sandbox did not accepted the key.  Error 
code: ${returnCode}")
+                        NexusError("Sandbox did not accept the key.  Error 
code: ${returnCode}")
                     )
                     return@post
                 }

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



reply via email to

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