gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: off by comma


From: gnunet
Subject: [taler-merchant] branch master updated: off by comma
Date: Sun, 06 Sep 2020 00:24:23 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 6bfcf7f  off by comma
6bfcf7f is described below

commit 6bfcf7f83a654e1346de1446fb71a3b8fa077d31
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 6 00:24:21 2020 +0200

    off by comma
---
 src/backend/taler-merchant-httpd_get-orders-ID.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c 
b/src/backend/taler-merchant-httpd_get-orders-ID.c
index 71265bb..90f42b7 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -1116,7 +1116,7 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh,
         {
           json_t *context;
 
-          context = json_pack ("{s:s, s:s, s:s, s:s}"
+          context = json_pack ("{s:s, s:s, s:s, s:s}",
                                "order_summary",
                                get_order_summary (god),
                                "refund_amount",

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