gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (1949b22 -> 2c9352e)


From: gnunet
Subject: [taler-docs] branch master updated (1949b22 -> 2c9352e)
Date: Fri, 21 Jan 2022 12:07:45 +0100

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

ttn pushed a change to branch master
in repository docs.

    from 1949b22  add ‘sandbox ebicshost list’ invocation and output to example
     new 6883587  add ‘sandbox ebicssubscriber list’ invocation and output to 
example
     new 2c9352e  remove ‘--currency’ option from ‘sandbox ebicsbankaccount 
create’ command in example

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libeufin/nexus-tutorial.rst | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 2619f57..c423170 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -201,13 +201,22 @@ Next, create an EBICS subscriber (identified by the 
partner ID and user ID) for
 
    $ libeufin-cli sandbox ebicssubscriber create \
        --host-id testhost --partner-id partner01 --user-id user01
+   $ libeufin-cli sandbox ebicssubscriber list
+   {
+     "subscribers" : [ {
+       "hostID" : "testhost",
+       "partnerID" : "partner01",
+       "userID" : "user01",
+       "systemID" : null,
+       "demobankAccountLabel" : "not associated yet"
+     } ]
+   }
 
 Create a bank account for the subscriber and add a sample transaction:
 
 .. code-block:: console
 
    $ libeufin-cli sandbox ebicsbankaccount create \
-       --currency EUR \
        --iban DE18500105172929531888 \
        --bic INGDDEFFXXX \
        --person-name "Jane Normal" \

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