gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Remove duplicated code.


From: gnunet
Subject: [libeufin] branch master updated: Remove duplicated code.
Date: Wed, 01 Apr 2020 17:04:33 +0200

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 c1980ed  Remove duplicated code.
c1980ed is described below

commit c1980ed1dc57702aad1b6fea92eadfa187420f41
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 1 17:04:17 2020 +0200

    Remove duplicated code.
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 15d20ee..be13433 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -600,12 +600,10 @@ fun main() {
                 }
                 return@post
             }
-
             post("/ebics/subscribers/{id}/collect-transactions-c52") {
                 // FIXME(florian): Download C52 and store the result in the 
right database table
 
             }
-
             get("/ebics/subscribers/{id}/show-collected-transactions-c53") {
                 val id = expectId(call.parameters["id"])
                 var ret = ""
@@ -755,10 +753,6 @@ fun main() {
             post("/ebics/subscribers/{id}/collect-transactions-c54") {
                 // FIXME(florian): Download C54 and store the result in the 
right database table
             }
-
-            get("/ebics/subscribers/{id}/transactions") {
-                // FIXME(florian): Display local transaction history stored by 
the nexus.
-            }
             post("/ebics/subscribers/{id}/sendC52") {
                 val id = expectId(call.parameters["id"])
                 val paramsJson = call.receive<EbicsStandardOrderParamsJson>()

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



reply via email to

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