gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use instanced url


From: gnunet
Subject: [taler-deployment] branch master updated: use instanced url
Date: Mon, 27 Jul 2020 17:29:31 +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 308e552  use instanced url
308e552 is described below

commit 308e5529ce58335593e06d74a0996510f120f3e8
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 27 17:29:19 2020 +0200

    use instanced url
---
 bin/taler-config-tips | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/bin/taler-config-tips b/bin/taler-config-tips
index ba92bdd..241d967 100755
--- a/bin/taler-config-tips
+++ b/bin/taler-config-tips
@@ -10,11 +10,12 @@ 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}:50" \
-                                                  
--exchange-url=${EXCHANGE_URL} \
-                                                  
--merchant-url=${MERCHANT_URL} \
-                                                  --wire-method=${WIRE_METHOD} 
\
-                                                 --apikey=${APIKEY})
+PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
+  --amount="${CURRENCY}:50" \
+  --exchange-url=${EXCHANGE_URL} \
+  --merchant-url="${MERCHANT_URL}/instances/survey" \
+  --wire-method=${WIRE_METHOD} \
+  --apikey=${APIKEY})
 
 taler-bank-transfer --credit-account=${PAYTO_CREDIT} \
                    --amount="${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]