gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix amount mismatch in tipping


From: gnunet
Subject: [taler-deployment] branch master updated: fix amount mismatch in tipping reserve
Date: Mon, 17 May 2021 12:08:59 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 3fe916c  fix amount mismatch in tipping reserve
3fe916c is described below

commit 3fe916ce80e1a7d447e1f10cdd923755f9476608
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon May 17 12:08:54 2021 +0200

    fix amount mismatch in tipping reserve
---
 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 c24e074..7baff4a 100755
--- a/bin/taler-deployment-config-tips
+++ b/bin/taler-deployment-config-tips
@@ -14,7 +14,7 @@ WIRE_METHOD="x-taler-bank"
 APIKEY=$(taler-config -s frontends -o backend_apikey)
 
 PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
-  --amount="${CURRENCY}:20" \
+  --amount="${CURRENCY}:50" \
   --exchange-url=${EXCHANGE_URL} \
   --merchant-url=$(join_no_double_slash ${MERCHANT_URL} "/instances/survey/") \
   --wire-method=${WIRE_METHOD} \

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