gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use simpler tool


From: gnunet
Subject: [taler-deployment] branch master updated: use simpler tool
Date: Tue, 28 Jul 2020 15:58:46 +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 e6580dd  use simpler tool
e6580dd is described below

commit e6580dd360fdb574dfed73a70a5943bd91f29d84
Author: MS <ms@taler.net>
AuthorDate: Tue Jul 28 15:58:42 2020 +0200

    use simpler tool
---
 bin/taler-config-tips | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/bin/taler-config-tips b/bin/taler-config-tips
index f24866f..2d0999a 100755
--- a/bin/taler-config-tips
+++ b/bin/taler-config-tips
@@ -9,7 +9,6 @@ EXCHANGE_URL=$(taler-config -s exchange -o base_url)
 WIRE_METHOD="x-taler-bank"
 APIKEY=$(taler-config -s frontends -o backend_apikey)
 
-# Call merchant tool for reserve authorization.
 PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
   --amount="${CURRENCY}:20" \
   --exchange-url=${EXCHANGE_URL} \
@@ -17,10 +16,4 @@ PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
   --wire-method=${WIRE_METHOD} \
   --apikey="ApiKey ${APIKEY}")
 
-taler-bank-transfer --credit=${PAYTO_WITH_SUBJECT} \
-                   --amount="${CURRENCY}:50" \
-                   --user Survey \
-                   --pass x \
-                   --bank="${BANK_URL}/taler-wire-gateway/Survey/"
-
-# Call exchange tool for money transfer.
+taler-bank-manage django wire_transfer Survey x 
${PAYTO_WITH_SUBJECT}"${CURRENCY}:50" 

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