From d354d119db7ca0195cb93140bf3160b11449fa92 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 25 Aug 2020 20:32:36 +0200 Subject: fix #6432 --- src/backend/taler-merchant-httpd_private-get-tips-ID.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/taler-merchant-httpd_private-get-tips-ID.c') diff --git a/src/backend/taler-merchant-httpd_private-get-tips-ID.c b/src/backend/taler-merchant-httpd_private-get-tips-ID.c index 7c70a689..ba4e2f6d 100644 --- a/src/backend/taler-merchant-httpd_private-get-tips-ID.c +++ b/src/backend/taler-merchant-httpd_private-get-tips-ID.c @@ -63,7 +63,7 @@ TMH_private_get_tips_ID (const struct TMH_RequestHandler *rh, return TALER_MHD_reply_with_error (connection, MHD_HTTP_BAD_REQUEST, TALER_EC_PARAMETER_MALFORMED, - "tip_id malformed"); + hc->infix); } { const char *pstr; @@ -115,7 +115,7 @@ TMH_private_get_tips_ID (const struct TMH_RequestHandler *rh, return TALER_MHD_reply_with_error (connection, response_code, ec, - "Could not determine exchange URL for the given tip id"); + NULL); } if (fpu) { -- cgit v1.2.3