summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-05-17 12:08:54 +0200
committerFlorian Dold <florian@dold.me>2021-05-17 12:08:54 +0200
commit3fe916ce80e1a7d447e1f10cdd923755f9476608 (patch)
tree3f047fa179fbbb2153e8b9d1e86eb7f30bfe8228
parent8cf5a070d675b86932274b3997081e5427492480 (diff)
downloaddeployment-3fe916ce80e1a7d447e1f10cdd923755f9476608.tar.gz
deployment-3fe916ce80e1a7d447e1f10cdd923755f9476608.tar.bz2
deployment-3fe916ce80e1a7d447e1f10cdd923755f9476608.zip
fix amount mismatch in tipping reserve
-rwxr-xr-xbin/taler-deployment-config-tips2
1 files changed, 1 insertions, 1 deletions
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} \