taler-deployment

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

commit ad966d03c0780cc59c0ff221cdb7ee88e01a937d
parent ecaddf6a21199215e7e4dbf6058b179b70e07993
Author: MS <ms@taler.net>
Date:   Wed, 12 May 2021 11:00:05 +0200

fix apikey of tip config

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 @@ -18,7 +18,7 @@ PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \ --exchange-url=${EXCHANGE_URL} \ --merchant-url=$(join_no_double_slash ${MERCHANT_URL} "/instances/survey/") \ --wire-method=${WIRE_METHOD} \ - --apikey="ApiKey ${APIKEY}") + --apikey="Bearer ${APIKEY}") echo "Merchant generated the following tip-reserve: $PAYTO_WITH_SUBJECT" taler-bank-manage django wire_transfer_payto Survey x ${PAYTO_WITH_SUBJECT} "${CURRENCY}:50" echo Paid for tip reserve.