gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -fix FTBFS


From: gnunet
Subject: [taler-merchant] branch master updated: -fix FTBFS
Date: Thu, 17 Feb 2022 17:21:11 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 81c66331 -fix FTBFS
81c66331 is described below

commit 81c66331ce84f001ae064d9827bd40e6e65fd9c5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 17 17:21:09 2022 +0100

    -fix FTBFS
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c  | 4 ++--
 src/backend/taler-merchant-httpd_post-tips-ID-pickup.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index 3f69cfaa..5ee70de9 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -1148,8 +1148,8 @@ process_pay_with_exchange (void *cls,
       return;
     }
 
-    dc->deposit_fee = denom_details->fee_deposit;
-    dc->refund_fee = denom_details->fee_refund;
+    dc->deposit_fee = denom_details->fees.deposit;
+    dc->refund_fee = denom_details->fees.refund;
     dc->wire_fee = *wire_fee;
     GNUNET_assert (NULL != pc->wm);
     TMH_db->preflight (TMH_db->cls);
diff --git a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c 
b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c
index 73916758..7d3f7806 100644
--- a/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c
+++ b/src/backend/taler-merchant-httpd_post-tips-ID-pickup.c
@@ -716,8 +716,8 @@ TMH_post_tips_ID_pickup (const struct TMH_RequestHandler 
*rh,
         GNUNET_CRYPTO_hash_context_read (hc,
                                          &pd->denom_pub_hash,
                                          sizeof (pd->denom_pub_hash));
-        TALER_blinded_planchet_hash (&pd->blinded_planchet,
-                                     hc);
+        TALER_blinded_planchet_hash_ (&pd->blinded_planchet,
+                                      hc);
       }
       GNUNET_CRYPTO_hash_context_finish (hc,
                                          &pc->pickup_id.hash);

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