commit 591c2d7aafb233dca50192a9ba7594cc124d6554
parent 2a47e5121258d59a343edc8bf56636c4cbc20787
Author: ms <ms@taler.net>
Date: Sun, 19 Sep 2021 14:20:07 +0200
debug
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -1038,6 +1038,7 @@ 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 body = call.receiveJson<TalerWithdrawalConfirmation>()
logger.debug("Withdrawal confirmation valid.")
transaction {