gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 115/152: return fee as well


From: gnunet
Subject: [taler-exchange] 115/152: return fee as well
Date: Sun, 05 Jul 2020 20:47:51 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

commit 15daa781271387bb0799b59f9da51563b24fa723
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 5 22:17:16 2020 +0200

    return fee as well
---
 src/lib/exchange_api_refund.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/exchange_api_refund.c b/src/lib/exchange_api_refund.c
index 1af1f14b..687dbdae 100644
--- a/src/lib/exchange_api_refund.c
+++ b/src/lib/exchange_api_refund.c
@@ -178,9 +178,13 @@ handle_refund_finished (void *cls,
     {
       ep = &exchange_pub;
       es = &exchange_sig;
+<<<<<<< HEAD
       TALER_amount_ntoh (&ra,
                          &rh->depconf.refund_fee);
       rf = &ra;
+=======
+      rf = &rh->depconf.refund_fee;
+>>>>>>> return fee as well
     }
     break;
   case MHD_HTTP_BAD_REQUEST:

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