taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 3fe916ce80e1a7d447e1f10cdd923755f9476608
parent 8cf5a070d675b86932274b3997081e5427492480
Author: Florian Dold <florian@dold.me>
Date:   Mon, 17 May 2021 12:08:54 +0200

fix amount mismatch in tipping reserve

Diffstat:
Mbin/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 @@ -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} \