gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 102/152: modify TALER_EXCHANGE_deposits_get() API to co


From: gnunet
Subject: [taler-exchange] 102/152: modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into a struct (simplifies merchant later)
Date: Sun, 05 Jul 2020 20:47:38 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 035c505c71610a693d3d253a3eee02d9cb9a2cbf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 3 20:07:49 2020 +0200

    modify TALER_EXCHANGE_deposits_get() API to combine returned arguments into 
a struct (simplifies merchant later)
---
 src/include/taler_exchange_service.h       | 1 +
 src/testing/testing_api_cmd_deposits_get.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/include/taler_exchange_service.h 
b/src/include/taler_exchange_service.h
index 38928dc1..ea185f09 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -1722,6 +1722,7 @@ struct TALER_EXCHANGE_DepositData
    * yet execute the transaction
    */
   struct TALER_Amount coin_contribution;
+
 };
 
 
diff --git a/src/testing/testing_api_cmd_deposits_get.c 
b/src/testing/testing_api_cmd_deposits_get.c
index 33987e16..640ab6e3 100644
--- a/src/testing/testing_api_cmd_deposits_get.c
+++ b/src/testing/testing_api_cmd_deposits_get.c
@@ -112,6 +112,7 @@ deposit_wtid_cb (void *cls,
   {
   case MHD_HTTP_OK:
     tts->wtid = dd->wtid;
+
     if (NULL != tts->bank_transfer_reference)
     {
       const struct TALER_TESTING_Command *bank_transfer_cmd;

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