[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: ApiKey should be part of the opt
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: ApiKey should be part of the option |
Date: |
Mon, 27 Jul 2020 21:34:29 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new cc631a8 ApiKey should be part of the option
cc631a8 is described below
commit cc631a8a3ccc62c4aad52d954321f3cc3149f9b5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jul 27 21:34:26 2020 +0200
ApiKey should be part of the option
---
src/merchant-tools/taler-merchant-setup-reserve.c | 2 +-
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
index a8a6f0d..1adc6d4 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,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: ApiKey should be part of the option,
gnunet <=