gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: oops, actually parse time as abs


From: gnunet
Subject: [taler-merchant] branch master updated: oops, actually parse time as absolute
Date: Fri, 29 Nov 2019 21:24:06 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 5d060aa  oops, actually parse time as absolute
5d060aa is described below

commit 5d060aaf8b8a2cee7ad8fb764c5ab61165e34fff
Author: Florian Dold <address@hidden>
AuthorDate: Fri Nov 29 21:24:03 2019 +0100

    oops, actually parse time as absolute
---
 src/backend/taler-merchant-httpd_pay.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_pay.c 
b/src/backend/taler-merchant-httpd_pay.c
index 4c17f5a..a828392 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -1563,8 +1563,8 @@ parse_pay (struct MHD_Connection *connection,
                                       &pc->refund_deadline),
       GNUNET_JSON_spec_absolute_time ("pay_deadline",
                                       &pc->pay_deadline),
-      GNUNET_JSON_spec_relative_time ("wire_transfer_deadline",
-                                      &pc->wire_transfer_deadline_rel),
+      GNUNET_JSON_spec_absolute_time ("wire_transfer_deadline",
+                                      &pc->wire_transfer_deadline),
       GNUNET_JSON_spec_absolute_time ("timestamp",
                                       &pc->timestamp),
       TALER_JSON_spec_amount ("max_fee",

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]