summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-27 21:34:26 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-27 21:34:26 +0200
commitcc631a8a3ccc62c4aad52d954321f3cc3149f9b5 (patch)
treeef5d47d45113fa46209f3afde57a4e17661ea29f
parent61c4e06650f7f3c41b8402eace94ea8b289cb5fb (diff)
downloadmerchant-cc631a8a3ccc62c4aad52d954321f3cc3149f9b5.tar.gz
merchant-cc631a8a3ccc62c4aad52d954321f3cc3149f9b5.tar.bz2
merchant-cc631a8a3ccc62c4aad52d954321f3cc3149f9b5.zip
ApiKey should be part of the option
-rw-r--r--src/merchant-tools/taler-merchant-setup-reserve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merchant-tools/taler-merchant-setup-reserve.c b/src/merchant-tools/taler-merchant-setup-reserve.c
index a8a6f0de..1adc6d4f 100644
--- 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,