merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit df31a863cc36af8cdf03a88b1419ccd39ef637d5
parent 806ec0fa26db9d8cce6342210bdf875715df42c6
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  8 May 2019 07:18:17 +0200

fix jansson format string

Diffstat:
Msrc/backend/taler-merchant-httpd_pay.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c @@ -935,7 +935,7 @@ deposit_cb (void *cls, /* We can't do anything meaningful here, the exchange did something wrong */ resume_pay_with_response (pc, MHD_HTTP_SERVICE_UNAVAILABLE, - TMH_RESPONSE_make_json_pack ("{s:s, s:I, s:I, s:s}", + TMH_RESPONSE_make_json_pack ("{s:s, s:I, s:I, s:I, s:s}", "error", "exchange failed", "code", (json_int_t) TALER_EC_PAY_EXCHANGE_FAILED, "exchange-code", (json_int_t) ec,