gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: commas


From: gnunet
Subject: [taler-merchant] branch master updated: commas
Date: Sun, 06 Sep 2020 13:21:17 +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 388de37  commas
388de37 is described below

commit 388de375560063c882c71edfd3f2818556745a31
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 6 13:21:15 2020 +0200

    commas
---
 src/backend/taler-merchant-httpd_post-orders-ID-refund.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-refund.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
index 86b62c9..761a809 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
@@ -696,7 +696,7 @@ TMH_post_orders_ID_refund (const struct TMH_RequestHandler 
*rh,
       {
         if (NULL == cr->exchange_reply)
         {
-          refund = json_pack ("{s:s,s:I,s:I,s:o,s:o,s:o}"
+          refund = json_pack ("{s:s,s:I,s:I,s:o,s:o,s:o}",
                               "type",
                               "failure",
                               "exchange_status",
@@ -712,7 +712,7 @@ TMH_post_orders_ID_refund (const struct TMH_RequestHandler 
*rh,
         }
         else
         {
-          refund = json_pack ("{s:s,s:I,s:I,s:O,s:I,s:o,s:o,s:o}"
+          refund = json_pack ("{s:s,s:I,s:I,s:O,s:I,s:o,s:o,s:o}",
                               "type",
                               "failure",
                               "exchange_status",

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