commit b0c80c1df691e3359b5ee3d3433cb41f3f171377
parent e20eee35d756a247fef2e1164923f0b49ca5de1d
Author: MS <ms@taler.net>
Date: Mon, 27 Jul 2020 16:40:49 +0200
name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-config-tips b/bin/taler-config-tips
@@ -7,7 +7,7 @@ MERCHANT_URL=$(taler-config -s frontends -o backend)
CURRENCY=$(taler-config -s taler -o currency)
EXCHANGE_URL=$(taler-config -s exchange -o base_url)
WIRE_METHOD="x-taler-bank"
-APIKEY=$(taler-config -s frontends -o apikey)
+APIKEY=$(taler-config -s frontends -o backend_apikey)
# Call merchant tool for reserve authorization.
PAYTO_WITH_SUBJECT = $(taler-merchant-setup-reserve --amount="${CURRENCY}:50" \