commit cb1dc544c927e55b32babb7619e2a0b81a1236df
parent 308e5529ce58335593e06d74a0996510f120f3e8
Author: MS <ms@taler.net>
Date: Mon, 27 Jul 2020 17:32:58 +0200
end with /
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/taler-config-tips b/bin/taler-config-tips
@@ -13,7 +13,7 @@ APIKEY=$(taler-config -s frontends -o backend_apikey)
PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
--amount="${CURRENCY}:50" \
--exchange-url=${EXCHANGE_URL} \
- --merchant-url="${MERCHANT_URL}/instances/survey" \
+ --merchant-url="${MERCHANT_URL}/instances/survey/" \
--wire-method=${WIRE_METHOD} \
--apikey=${APIKEY})