gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: match API


From: gnunet
Subject: [libeufin] branch master updated: match API
Date: Sun, 19 Sep 2021 14:53:37 +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 9002a7c  match API
9002a7c is described below

commit 9002a7ceecb8aa000d6fc886e9b328e8d983a2e8
Author: ms <ms@taler.net>
AuthorDate: Sun Sep 19 14:53:33 2021 +0200

    match API
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt | 2 +-
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt
index 4368bc2..2fdeaf1 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt
@@ -84,5 +84,5 @@ data class TalerWithdrawalStatus(
 
 data class TalerWithdrawalConfirmation(
     val reserve_pub: String,
-    val exchange_wire_details: String?
+    val selected_exchange: String?
 )
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index aa62f4b..8482fef 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -1040,8 +1040,6 @@ 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]