gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: need username as param


From: gnunet
Subject: [taler-deployment] branch master updated: need username as param
Date: Mon, 27 Jul 2020 22:14:08 +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 fbfa049  need username as param
fbfa049 is described below

commit fbfa049e31d816011f243fbb96ab372df1d386a3
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 27 22:14:04 2020 +0200

    need username as param
---
 bin/taler-config-tips | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bin/taler-config-tips b/bin/taler-config-tips
index 504eea2..ceacf70 100755
--- a/bin/taler-config-tips
+++ b/bin/taler-config-tips
@@ -15,10 +15,11 @@ PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
   --exchange-url=${EXCHANGE_URL} \
   --merchant-url="${MERCHANT_URL}/instances/survey/" \
   --wire-method=${WIRE_METHOD} \
-  --apikey=${APIKEY})
+  --apikey="ApiKey ${APIKEY}")
 
 taler-bank-transfer --credit=${PAYTO_WITH_SUBJECT} \
                    --amount="${CURRENCY}:50" \
+                   --user Survey \
                    --pass x \
                    --bank="${BANK_URL}/taler-wire-gateway/Survey/"
 

-- 
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]