gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: debug


From: gnunet
Subject: [libeufin] branch master updated: debug
Date: Sun, 19 Sep 2021 14:44:15 +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 5f80d48  debug
5f80d48 is described below

commit 5f80d48f4a627eb9f95b414a8ddb903df3c2bdc9
Author: ms <ms@taler.net>
AuthorDate: Sun Sep 19 14:44:09 2021 +0200

    debug
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index e5e091f..aa62f4b 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -21,6 +21,7 @@ package tech.libeufin.sandbox
 
 import UtilError
 import com.fasterxml.jackson.core.JsonParseException
+import com.fasterxml.jackson.core.JsonParser
 import io.ktor.application.ApplicationCallPipeline
 import io.ktor.application.call
 import io.ktor.application.install
@@ -1039,6 +1040,8 @@ fun serverMain(dbName: String, port: Int) {
             post("/api/withdrawal-operation/{wopid}") {
                 val wopid: String = ensureNonNull(call.parameters["wopid"])
                 logger.debug("Confirming withdraw operation: $wopid")
+                val debug = call.receiveText()
+                logger.debug("Withdraw confirmation request: $debug")
                 val body = call.receiveJson<TalerWithdrawalConfirmation>()
                 logger.debug("Withdrawal confirmation valid.")
                 transaction {

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