gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use meant method


From: gnunet
Subject: [taler-deployment] branch master updated: use meant method
Date: Wed, 28 Apr 2021 11:53:38 +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 02a1635  use meant method
02a1635 is described below

commit 02a1635d6a0704a7bbf67dfbf952010688002f55
Author: MS <ms@taler.net>
AuthorDate: Wed Apr 28 11:53:35 2021 +0200

    use meant method
---
 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 0a5ae57..33307a2 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -54,7 +54,7 @@ def ensure_instance(instance_id, name, payto_uris, auth):
         print(f"failed to create instance {instance_id}")
         print(create_resp.text)
         print("trying with PATCH")
-        patch_resp = requests.post(
+        patch_resp = requests.patch(
             urljoin(MERCHANT_BACKEND_BASE_URL, "private/instances"), json=req
         )
     if patch_resp.status_code < 200 or patch_resp.status_code >= 300:

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