gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Removed addressed FIXMEs.


From: gnunet
Subject: [libeufin] branch master updated: Removed addressed FIXMEs.
Date: Thu, 26 Mar 2020 12:56:33 +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 3dc1088  Removed addressed FIXMEs.
3dc1088 is described below

commit 3dc1088aa6276ba4a47e5753e415a120165f2843
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Mar 26 12:56:14 2020 +0100

    Removed addressed FIXMEs.
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index fc5fc70..bcda135 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -591,7 +591,6 @@ fun main() {
             }
 
             post("/ebics/subscribers/{id}/fetch-payment-status") {
-                // FIXME(marcello?):  Fetch pain.002 and mark transfers in it 
as "failed"
                 val id = expectId(call.parameters["id"])
                 val paramsJson = call.receive<EbicsStandardOrderParamsJson>()
                 val orderParams = paramsJson.toOrderParams()
@@ -644,7 +643,6 @@ fun main() {
                 return@get
             }
             post("/ebics/subscribers/{id}/collect-transactions-c53") {
-                // FIXME(florian): Download C53 and store the result in the 
right database table
                 val id = expectId(call.parameters["id"])
                 val paramsJson = call.receive<EbicsStandardOrderParamsJson>()
                 val orderParams = paramsJson.toOrderParams()

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



reply via email to

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