merchant

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

commit 41dcc350c136bfaeefb9686c3832044fc805bf49
parent be228f6fc319401adf9c957153700fa92fb5e9dd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  3 Jul 2025 17:06:57 +0200

always reference non-deprecated query parameters in error messages (#7949)

Diffstat:
Msrc/backend/taler-merchant-httpd_private-get-orders.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-orders.c b/src/backend/taler-merchant-httpd_private-get-orders.c @@ -723,7 +723,7 @@ TMH_private_get_orders (const struct TMH_RequestHandler *rh, return TALER_MHD_reply_with_error (connection, MHD_HTTP_BAD_REQUEST, TALER_EC_GENERIC_PARAMETER_MALFORMED, - "delta"); + "limit"); } { const char *date_s_str; @@ -786,7 +786,7 @@ TMH_private_get_orders (const struct TMH_RequestHandler *rh, return TALER_MHD_reply_with_error (connection, MHD_HTTP_BAD_REQUEST, TALER_EC_GENERIC_PARAMETER_MALFORMED, - "start"); + "offset"); } po->of.session_id = MHD_lookup_connection_value (connection,