summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-21 21:13:17 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-21 21:13:24 +0100
commitba762c30cfcd2922e785223625f867eec2936ad2 (patch)
tree65defced5e4b9d527b2abe4bbc7a359e8ced5d64 /src
parent9b21f07aeec0fa9f40720dfd2623a0e5a5d63657 (diff)
downloadmerchant-ba762c30cfcd2922e785223625f867eec2936ad2.tar.gz
merchant-ba762c30cfcd2922e785223625f867eec2936ad2.tar.bz2
merchant-ba762c30cfcd2922e785223625f867eec2936ad2.zip
fix #8456
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-account.c2
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);
}