gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: was responding default_max_wire_


From: gnunet
Subject: [taler-merchant] branch master updated: was responding default_max_wire_fee in default_max_deposit_fee field, ref #5859
Date: Fri, 12 Feb 2021 15:27:19 +0100

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

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 79653dff was responding default_max_wire_fee in 
default_max_deposit_fee field, ref #5859
79653dff is described below

commit 79653dff58d0e635141bcdd91cc8cd4695555a38
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Feb 12 11:26:34 2021 -0300

    was responding default_max_wire_fee in default_max_deposit_fee field, ref 
#5859
---
 src/backend/taler-merchant-httpd_private-get-instances-ID.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID.c 
b/src/backend/taler-merchant-httpd_private-get-instances-ID.c
index a68c2111..a7bea350 100644
--- a/src/backend/taler-merchant-httpd_private-get-instances-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-instances-ID.c
@@ -86,7 +86,7 @@ TMH_private_get_instances_ID (const struct TMH_RequestHandler 
*rh,
       &mi->settings.default_max_wire_fee),
     "default_max_deposit_fee",
     TALER_JSON_from_amount (
-      &mi->settings.default_max_wire_fee),
+      &mi->settings.default_max_deposit_fee),
     "default_wire_fee_amortization",
     (json_int_t)
     mi->settings.default_wire_fee_amortization,

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