diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-21 21:13:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-21 21:13:24 +0100 |
commit | ba762c30cfcd2922e785223625f867eec2936ad2 (patch) | |
tree | 65defced5e4b9d527b2abe4bbc7a359e8ced5d64 | |
parent | 9b21f07aeec0fa9f40720dfd2623a0e5a5d63657 (diff) |
fix #8456
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-account.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-account.c b/src/backend/taler-merchant-httpd_private-post-account.c index b5b1d527..dbaac7ba 100644 --- 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); } |