commit a15c48d5225473caa72a11442facf896dfd6f211 parent 87786e0edf022edae2e70b23a7540a86ff992bae Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Wed, 4 Mar 2020 17:24:18 +0100 typo Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | | | 4 | ++-- |
1 file changed, 2 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 @@ -596,11 +596,11 @@ fun main() { } post("/ebics/subscribers/{id}/collect-transactions-c53") { - // FIXME(florian): Download C52 and store the result in the right database table + // FIXME(florian): Download C53 and store the result in the right database table } post("/ebics/subscribers/{id}/collect-transactions-c54") { - // FIXME(florian): Download C52 and store the result in the right database table + // FIXME(florian): Download C54 and store the result in the right database table } get("/ebics/subscribers/{id}/transactions") {