summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/taler-config-tips2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-config-tips b/bin/taler-config-tips
index f7fc01b..a8bcae5 100755
--- a/bin/taler-config-tips
+++ b/bin/taler-config-tips
@@ -16,7 +16,7 @@ APIKEY=$(taler-config -s frontends -o backend_apikey)
PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
--amount="${CURRENCY}:20" \
--exchange-url=${EXCHANGE_URL} \
- --merchant-url=$(join_no_double_slash ${MERCHANT_URL} "/instances/survey") \
+ --merchant-url=$(join_no_double_slash ${MERCHANT_URL} "/instances/survey/") \
--wire-method=${WIRE_METHOD} \
--apikey="ApiKey ${APIKEY}")
echo "Merchant generated the following tip-reserve: $PAYTO_WITH_SUBJECT"