merchant

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

commit e919d68d0275803a8eb8cb6d11b89937e92e44ea
parent 61c025d1f7f049862d5a132128007654acb4a96e
Author: Florian Dold <florian@dold.me>
Date:   Thu,  4 Feb 2021 16:42:41 +0100

fix header name in error message

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

diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -1687,7 +1687,7 @@ url_handler (void *cls, return TALER_MHD_reply_with_error (connection, MHD_HTTP_UNAUTHORIZED, TALER_EC_MERCHANT_GENERIC_UNAUTHORIZED, - "Check 'Authentication' header"); + "Check 'Authorization' header"); } }