merchant

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

commit ba762c30cfcd2922e785223625f867eec2936ad2
parent 9b21f07aeec0fa9f40720dfd2623a0e5a5d63657
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 21 Feb 2024 21:13:17 +0100

fix #8456

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

diff --git a/src/backend/taler-merchant-httpd_private-post-account.c b/src/backend/taler-merchant-httpd_private-post-account.c @@ -109,7 +109,7 @@ TMH_private_post_account (const struct TMH_RequestHandler *rh, return TALER_MHD_reply_with_error (connection, MHD_HTTP_BAD_REQUEST, TALER_EC_GENERIC_PARAMETER_MALFORMED, - "credit_facade_credentials"); + "credit_facade_url or credit_facade_credentials"); } TALER_MERCHANT_BANK_auth_free (&auth); }