gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: CLI: fix URL construction.


From: gnunet
Subject: [libeufin] branch master updated: CLI: fix URL construction.
Date: Fri, 06 Jan 2023 16:27:19 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new c3f1a939 CLI: fix URL construction.
c3f1a939 is described below

commit c3f1a939eca4dac244f9862c2c17f0abcf203027
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 6 16:25:04 2023 +0100

    CLI: fix URL construction.
    
    That is a non Access and non Circuit API
    case, where the ultimate base URL is just
    the default demobank's.
---
 cli/bin/libeufin-cli | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index d4e0d943..96283cd6 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1402,8 +1402,7 @@ def sandbox_demobank_register(obj, public, name, iban):
 )
 @click.pass_obj
 def sandbox_demobank_ebicssubscriber(obj, host_id, partner_id, user_id, 
bank_account):
-    sandbox_base_url = obj.require_sandbox_base_url()
-    url = urljoin_nodrop(sandbox_base_url, "/ebics/subscribers")
+    url = obj.demobank_base_url("/ebics/subscribers")
     try:
         resp = post(url,
             json=dict(

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