gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix apikey of tip config


From: gnunet
Subject: [taler-deployment] branch master updated: fix apikey of tip config
Date: Wed, 12 May 2021 11:00:10 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new ad966d0  fix apikey of tip config
ad966d0 is described below

commit ad966d03c0780cc59c0ff221cdb7ee88e01a937d
Author: MS <ms@taler.net>
AuthorDate: Wed May 12 11:00:05 2021 +0200

    fix apikey of tip config
---
 bin/taler-deployment-config-tips | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-tips b/bin/taler-deployment-config-tips
index a8bcae5..c24e074 100755
--- a/bin/taler-deployment-config-tips
+++ b/bin/taler-deployment-config-tips
@@ -18,7 +18,7 @@ PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
   --exchange-url=${EXCHANGE_URL} \
   --merchant-url=$(join_no_double_slash ${MERCHANT_URL} "/instances/survey/") \
   --wire-method=${WIRE_METHOD} \
-  --apikey="ApiKey ${APIKEY}")
+  --apikey="Bearer ${APIKEY}")
 echo "Merchant generated the following tip-reserve: $PAYTO_WITH_SUBJECT"
 taler-bank-manage django wire_transfer_payto Survey x ${PAYTO_WITH_SUBJECT} 
"${CURRENCY}:50" 
 echo Paid for tip reserve.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]