summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-20 14:28:00 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-20 14:28:00 +0200
commit480d1ea4ba7e9c6ec8107e6334124d5bbd1a7c13 (patch)
tree4cdf8505ab21d0f95e3f011762a9201b8a076dcd /src/backend
parent141807f89eda581f181fd414f46a285841f592a3 (diff)
downloadmerchant-480d1ea4ba7e9c6ec8107e6334124d5bbd1a7c13.tar.gz
merchant-480d1ea4ba7e9c6ec8107e6334124d5bbd1a7c13.tar.bz2
merchant-480d1ea4ba7e9c6ec8107e6334124d5bbd1a7c13.zip
Up to the point where /refund (increase) passes BUT db hangs upon
dropping tables..
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/taler-merchant-httpd_refund.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_refund.c b/src/backend/taler-merchant-httpd_refund.c
index f8f40aff..2504333e 100644
--- a/src/backend/taler-merchant-httpd_refund.c
+++ b/src/backend/taler-merchant-httpd_refund.c
@@ -281,7 +281,7 @@ MH_handler_refund_increase (struct TMH_RequestHandler *rh,
return TMH_RESPONSE_reply_json_pack (connection,
MHD_HTTP_OK,
- "{s:s}",
+ "{s:o}",
"sig", GNUNET_JSON_from_data_auto (&sig));
}