gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: CLI for Sandbox: no currency asked for


From: gnunet
Subject: [libeufin] branch master updated: CLI for Sandbox: no currency asked for new accounts.
Date: Sat, 23 Oct 2021 10:54:42 +0200

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 40e8d242 CLI for Sandbox: no currency asked for new accounts.
40e8d242 is described below

commit 40e8d242454a6a170076f4e29fc2c9c222b5b807
Author: ms <ms@taler.net>
AuthorDate: Sat Oct 23 10:54:04 2021 +0200

    CLI for Sandbox: no currency asked for new accounts.
---
 cli/bin/libeufin-cli | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 708cbbd9..52fca212 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -1134,7 +1134,6 @@ def sandbox_ebicsbankaccount(ctx):
 @sandbox_ebicsbankaccount.command(
     "create", help="Create a bank account for a EBICS subscriber."
 )
-@click.option("--currency", help="currency", prompt=True)
 @click.option("--iban", help="IBAN", required=True)
 @click.option("--bic", help="BIC", required=True)
 @click.option("--person-name", help="bank account owner name", required=True)
@@ -1147,7 +1146,6 @@ def sandbox_ebicsbankaccount(ctx):
 @click.pass_obj
 def associate_bank_account(
     obj,
-    currency,
     iban,
     bic,
     person_name,
@@ -1159,7 +1157,6 @@ def associate_bank_account(
     sandbox_base_url = obj.require_sandbox_base_url()
     url = urljoin_nodrop(sandbox_base_url, "/admin/ebics/bank-accounts")
     body = dict(
-        currency=currency,
         subscriber=dict(
             userID=ebics_user_id, partnerID=ebics_partner_id, 
hostID=ebics_host_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]