gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: round refund_deadline


From: gnunet
Subject: [taler-merchant] branch master updated: round refund_deadline
Date: Sun, 26 Jul 2020 16:31:26 +0200

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 c9de598  round refund_deadline
c9de598 is described below

commit c9de5986194bb2a65c65b39a50cf820517833893
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 26 16:31:24 2020 +0200

    round refund_deadline
---
 src/backend/taler-merchant-httpd_private-post-orders.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c 
b/src/backend/taler-merchant-httpd_private-post-orders.c
index 76126dd..be78499 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -607,6 +607,8 @@ patch_order (struct MHD_Connection *connection,
   {
     struct GNUNET_TIME_Absolute rd =
       GNUNET_TIME_relative_to_absolute (refund_delay);
+
+    (void) GNUNET_TIME_round_abs (&rd);
     GNUNET_assert (0 ==
                    json_object_set_new (order,
                                         "refund_deadline",

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