summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-config-tips
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-05-12 11:00:05 +0200
committerMS <ms@taler.net>2021-05-12 11:00:05 +0200
commitad966d03c0780cc59c0ff221cdb7ee88e01a937d (patch)
tree22e4f5cffc3b1646af600e6667ba82555391b82b /bin/taler-deployment-config-tips
parentecaddf6a21199215e7e4dbf6058b179b70e07993 (diff)
downloaddeployment-ad966d03c0780cc59c0ff221cdb7ee88e01a937d.tar.gz
deployment-ad966d03c0780cc59c0ff221cdb7ee88e01a937d.tar.bz2
deployment-ad966d03c0780cc59c0ff221cdb7ee88e01a937d.zip
fix apikey of tip config
Diffstat (limited to 'bin/taler-deployment-config-tips')
-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 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.