commit cc631a8a3ccc62c4aad52d954321f3cc3149f9b5
parent 61c4e06650f7f3c41b8402eace94ea8b289cb5fb
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 27 Jul 2020 21:34:26 +0200
ApiKey should be part of the option
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/merchant-tools/taler-merchant-setup-reserve.c b/src/merchant-tools/taler-merchant-setup-reserve.c
@@ -199,7 +199,7 @@ run (void *cls,
char *auth_header;
GNUNET_asprintf (&auth_header,
- "%s: ApiKey %s",
+ "%s: %s",
MHD_HTTP_HEADER_AUTHORIZATION,
apikey);
GNUNET_CURL_append_header (ctx,