gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix response plain message.


From: gnunet
Subject: [libeufin] branch master updated: fix response plain message.
Date: Thu, 19 Mar 2020 19:24:01 +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 3b858db  fix response plain message.
3b858db is described below

commit 3b858db3c062c96d3dca992422d3c129e2a8f32f
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 19 19:23:04 2020 +0100

    fix response plain message.
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 041c91d..87e5142 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -587,7 +587,7 @@ fun main() {
                     payment.submitted = true
                 }
                 call.respondText(
-                    "CCT message submitted to the bank",
+                    "CCC message submitted to the bank",
                     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]