gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: disableautorefund


From: gnunet
Subject: [taler-taler-mdb] branch master updated: disableautorefund
Date: Fri, 06 Dec 2019 10:50:04 +0100

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

dominik-hofer pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new d0768f7  disableautorefund
d0768f7 is described below

commit d0768f76c8b21757e118535b313c9190a8b2a77c
Author: Dominik Hofer <address@hidden>
AuthorDate: Fri Dec 6 10:39:59 2019 +0100

    disableautorefund
---
 src/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main.c b/src/main.c
index b3d5d1c..072faea 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1239,9 +1239,9 @@ launch_payment (const struct Product *product)
   orderReq = json_pack ("{ s:s, s:o, s:s, s:o }",
                         "summary", product->description,
                         "amount", TALER_JSON_from_amount (&product->price),
-                        "fulfillment_url", fulflmntUrl,
-                        "auto_refund", GNUNET_JSON_from_time_rel (
-                          MAX_REFUND_DELAY));
+                        "fulfillment_url", fulflmntUrl
+                        // ,"auto_refund", GNUNET_JSON_from_time_rel 
(MAX_REFUND_DELAY)
+                       );
   GNUNET_free (fulflmntUrl);
   if (NULL == orderReq)
   {

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



reply via email to

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