From ad966d03c0780cc59c0ff221cdb7ee88e01a937d Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 12 May 2021 11:00:05 +0200 Subject: fix apikey of tip config --- bin/taler-deployment-config-tips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/taler-deployment-config-tips') diff --git a/bin/taler-deployment-config-tips b/bin/taler-deployment-config-tips index a8bcae5..c24e074 100755 --- 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. -- cgit v1.2.3