gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: delete copy paste artifact


From: gnunet
Subject: [libeufin] branch master updated: delete copy paste artifact
Date: Sun, 17 Jan 2021 00:43:08 +0100

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new cef9201  delete copy paste artifact
cef9201 is described below

commit cef920187af269020e1d214c45bcf8b969128f7c
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Jan 17 00:43:05 2021 +0100

    delete copy paste artifact
---
 nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
index af2717d..269a32c 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/server/NexusServer.kt
@@ -559,13 +559,11 @@ fun serverMain(dbName: String, host: String, port: Int) {
             }
 
             post("/bank-accounts/{accountid}/submit-all-payment-initiations") {
-                val uuid = ensureLong(call.parameters["uuid"])
                 val accountId = ensureNonNull(call.parameters["accountid"])
                 val res = transaction {
                     authenticateRequest(call.request)
                 }
                 submitAllPaymentInitiations(client, accountId)
-                call.respondText("Payment ${uuid} submitted")
                 return@post
             }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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