libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 3376028b1b3129ddf30ef029aab543e343e57b7c
parent 64c2d251bf0498949d2b55c35ad2d6baadd426eb
Author: MS <ms@taler.net>
Date:   Fri,  3 Feb 2023 17:47:14 +0100

help message

Diffstat:
Mcli/bin/libeufin-cli | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli @@ -1164,7 +1164,8 @@ def sandbox_ebicsbankaccount(ctx): @sandbox_ebicsbankaccount.command( - "create", help="Create a bank account for a EBICS subscriber." + "create", + help="Create a bank account for an existing EBICS subscriber. This operation is deprecated because it doesn't associate any user profile to the bank account being created." ) @click.option("--iban", help="IBAN", required=True) @click.option("--bic", help="BIC", required=True) @@ -1376,7 +1377,7 @@ def sandbox_demobank_register(obj, public, name, iban): check_response_status(resp) @sandbox_demobank.command("new-ebicssubscriber", - help="Associate a new Ebics subscriber to a existing bank account." + help="Associate a new Ebics subscriber to an existing bank account." ) @click.option("--host-id", help="Ebics host ID", required=True) @click.option("--partner-id", help="Ebics partner ID", required=True)