gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fixme


From: gnunet
Subject: [libeufin] branch master updated: fixme
Date: Mon, 31 Aug 2020 14:29:32 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 6c833ee  fixme
6c833ee is described below

commit 6c833ee015943eca1b863e9eaa657f18f012f52c
Author: MS <ms@taler.net>
AuthorDate: Mon Aug 31 14:29:28 2020 +0200

    fixme
---
 integration-tests/all.sh                              |  1 +
 nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt    |  2 +-
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 10 ++++++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/integration-tests/all.sh b/integration-tests/all.sh
index 1cb3156..d4911cd 100755
--- a/integration-tests/all.sh
+++ b/integration-tests/all.sh
@@ -6,3 +6,4 @@
 ./test-sandbox.py
 ./test-taler-facade.py
 ./test-bankConnection.py
+./test-ebics-double-payment-submission.py
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
index 449bcc2..3099967 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
@@ -559,4 +559,4 @@ fun talerFacadeRoutes(route: Route, httpClient: HttpClient) 
{
         call.respondText("Hello, this is Taler Facade")
         return@get
     }
-}
+}
\ No newline at end of file
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index 0a32c50..5e3686d 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -386,6 +386,9 @@ fun serverMain(dbName: String) {
             /**
              * Shows all bank account statements.
              */
+            /*
+              FIXME: Heng Yeow.
+
             get("/admin/statements") {
                 var ret = BankAccountStatement()
                 ret.creationTime = Instant.now().toEpochMilli()
@@ -423,9 +426,14 @@ fun serverMain(dbName: String) {
                 call.respond(ret)
                 return@get
             }
+
+             */
             /**
              * Shows all bank account reports.
              */
+            /*
+              FIXME: Heng Yeow.
+
             get("/admin/reports") {
                 val body = call.receive<DateRange>()
                 var ret = BankAccountReport()
@@ -433,6 +441,8 @@ fun serverMain(dbName: String) {
                 call.respond(ret)
                 return@get
             }
+            
+             */
         }
     }
     LOGGER.info("Up and running")

-- 
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]