commit 388de375560063c882c71edfd3f2818556745a31
parent 9f27b2bb79d177329317438c7b983801de38da00
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 6 Sep 2020 13:21:15 +0200
commas
Diffstat:
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
@@ -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",