summaryrefslogtreecommitdiff
path: root/bin/WIP/taler-local
diff options
context:
space:
mode:
Diffstat (limited to 'bin/WIP/taler-local')
-rwxr-xr-xbin/WIP/taler-local2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 9dbd2db..b5fc243 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -1735,7 +1735,7 @@ def withdraw(bank_host, bank_proto):
# Let the user confirm the withdrawal operation and
# get the bank wire the funds.
print_nn("Confirm withdrawal operation at the bank...")
- resp = requests.post(REV_PROXY_URL +
+ resp = requests.post(bank_base_url +
f"/sandbox/demobanks/default/access-api/accounts/{CUSTOMER_BANK_ACCOUNT}/withdrawals/{withdrawal_id}/confirm",
auth = requests.auth.HTTPBasicAuth(CUSTOMER_BANK_ACCOUNT, CUSTOMER_BANK_PASSWORD)
)