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:52:13 +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 4c01e26  disableautorefund
4c01e26 is described below

commit 4c01e26adbc0541de5e31012aaeadb4acfe1e016
Author: Dominik Hofer <address@hidden>
AuthorDate: Fri Dec 6 10:42:08 2019 +0100

    disableautorefund
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 072faea..c963fbe 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1236,7 +1236,7 @@ launch_payment (const struct Product *product)
                    uuid_s);
   GNUNET_free (uuid_s);
   /* create the json object for the order request */
-  orderReq = json_pack ("{ s:s, s:o, s:s, s:o }",
+  orderReq = json_pack ("{ s:s, s:o, s:s }",
                         "summary", product->description,
                         "amount", TALER_JSON_from_amount (&product->price),
                         "fulfillment_url", fulflmntUrl

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



reply via email to

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