gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix endpoint


From: gnunet
Subject: [taler-deployment] branch master updated: fix endpoint
Date: Wed, 28 Apr 2021 11:59:54 +0200

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 2cad6fd  fix endpoint
2cad6fd is described below

commit 2cad6fd10dd5f6d7250b95531e65bb9e65855e7e
Author: MS <ms@taler.net>
AuthorDate: Wed Apr 28 11:59:50 2021 +0200

    fix endpoint
---
 bin/taler-deployment-config-instances | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-deployment-config-instances 
b/bin/taler-deployment-config-instances
index 33307a2..78b80e1 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -55,7 +55,7 @@ def ensure_instance(instance_id, name, payto_uris, auth):
         print(create_resp.text)
         print("trying with PATCH")
         patch_resp = requests.patch(
-            urljoin(MERCHANT_BACKEND_BASE_URL, "private/instances"), json=req
+            urljoin(MERCHANT_BACKEND_BASE_URL, 
f"private/instances/{instance_id}"), json=req
         )
     if patch_resp.status_code < 200 or patch_resp.status_code >= 300:
         print(f"failed to patch instance {instance_id}")

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