summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-12-01 18:11:05 +0100
committerms <ms@taler.net>2021-12-01 18:11:05 +0100
commit88b1cb77e098514b5059676559a16b8d8dc78f63 (patch)
tree46f92873f9658485e00a3bdfbfc0f29d7a3c36a6
parent8850949aabb86f16aa154d47d163144ca599b71f (diff)
downloaddeployment-88b1cb77e098514b5059676559a16b8d8dc78f63.tar.gz
deployment-88b1cb77e098514b5059676559a16b8d8dc78f63.tar.bz2
deployment-88b1cb77e098514b5059676559a16b8d8dc78f63.zip
taler-local
address proxied tipping
-rwxr-xr-xbin/WIP/taler-local4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index b5fc243..bdc732d 100755
--- 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