gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: field name is image


From: gnunet
Subject: [taler-taler-mdb] branch master updated: field name is image
Date: Fri, 11 Sep 2020 14:11:16 +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 5215da6  field name is image
5215da6 is described below

commit 5215da656a45d056fa7f3e9e3b0310c55d1afddd
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 11 14:11:12 2020 +0200

    field name is image
---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index 1e61d96..b8a7e72 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1565,7 +1565,7 @@ launch_payment (struct Product *product)
   {
     orderReq = json_pack ("{ s:s, s:s, s:o, s:s, s:o }",
                           "summary", product->description,
-                          "preview", product->preview,
+                          "image", product->preview,
                           "amount", TALER_JSON_from_amount (&product->price),
                           "fulfillment_message", msg,
                           "auto_refund", GNUNET_JSON_from_time_rel (

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