gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: move image into products _array


From: gnunet
Subject: [taler-taler-mdb] branch master updated: move image into products _array_
Date: Fri, 11 Sep 2020 14:46:12 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 1e193e6  move image into products _array_
1e193e6 is described below

commit 1e193e674ab607fb5556b65178ac5952a2eb5d86
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 11 14:46:08 2020 +0200

    move image into products _array_
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index c841a8a..374cde6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1562,7 +1562,7 @@ launch_payment (struct Product *product)
   /* create the json object for the order request */
   if (NULL != product->preview)
   {
-    orderReq = json_pack ("{ s:s, s:{s:s, s:s, s:o}, s:o, s:s, s:o }",
+    orderReq = json_pack ("{ s:s, s:{ [ s:s, s:s, s:o ]}, s:o, s:s, s:o }",
                           "summary", product->description,
                           "products",
                           /* */ "description", product->description,

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