gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: taler-local


From: gnunet
Subject: [taler-deployment] branch master updated: taler-local
Date: Wed, 01 Dec 2021 17:33:17 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 8850949  taler-local
8850949 is described below

commit 8850949aabb86f16aa154d47d163144ca599b71f
Author: ms <ms@taler.net>
AuthorDate: Wed Dec 1 17:32:42 2021 +0100

    taler-local
    
    fix withdraw through X-Forwarded-Host
---
 bin/WIP/taler-local | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
     )

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]