commit 88b1cb77e098514b5059676559a16b8d8dc78f63
parent 8850949aabb86f16aa154d47d163144ca599b71f
Author: ms <ms@taler.net>
Date: Wed, 1 Dec 2021 18:11:05 +0100
taler-local
address proxied tipping
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
@@ -684,8 +684,8 @@ def prepare(x_forwarded_host, x_forwarded_proto):
payto = Command([
"taler-merchant-setup-reserve",
"--amount", f"{CURRENCY}:20",
- "--exchange-url", REV_PROXY_URL + "/exchange/",
- "--merchant-url", REV_PROXY_URL + f"/merchant-backend/instances/survey/",
+ "--exchange-url", get_link("/exchange/"),
+ "--merchant-url", get_link("/merchant-backend/instances/survey/"),
"--apikey", f"Bearer {FRONTENDS_API_TOKEN}",
"--wire-method", WIRE_METHOD],
capture_stdout=True