gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 155/277: fix ftbfs


From: gnunet
Subject: [taler-merchant] 155/277: fix ftbfs
Date: Sun, 05 Jul 2020 20:51:08 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit 870d29d2e56c22c58041d38f320a6b71b3443d12
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat May 30 12:15:51 2020 +0200

    fix ftbfs
---
 src/backend/taler-merchant-httpd_post-orders-ID-abort.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-abort.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-abort.c
index 19f7223..89e1309 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-abort.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-abort.c
@@ -623,11 +623,13 @@ refund_coins (void *cls,
               const struct TALER_Amount *wire_fee)
 {
   struct AbortContext *ac = cls;
+  struct GNUNET_TIME_Absolute now;
 
   (void) amount_with_fee;
   (void) deposit_fee;
   (void) refund_fee;
   (void) wire_fee;
+  now = GNUNET_TIME_absolute_get ();
   for (unsigned int i = 0; i<ac->coins_cnt; i++)
   {
     struct RefundDetails *rdi = &ac->rd[i];
@@ -645,6 +647,7 @@ refund_coins (void *cls,
     qs = TMH_db->refund_coin (TMH_db->cls,
                               ac->hc->instance->settings.id,
                               &ac->h_contract_terms,
+                              now,
                               coin_pub,
                               /* justification */
                               "incomplete abortment aborted");

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