libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 3dc1088aa6276ba4a47e5753e415a120165f2843
parent 96ed7be496dafa5d033e131cb47dcc350ae40e20
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 26 Mar 2020 12:56:14 +0100

Removed addressed FIXMEs.

Diffstat:
Mnexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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()