gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 01/02: add ‘sandbox ebicssubscriber list’ invocation and ou


From: gnunet
Subject: [taler-docs] 01/02: add ‘sandbox ebicssubscriber list’ invocation and output to example
Date: Fri, 21 Jan 2022 12:07:46 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 688358794ec156912613e18f259b03fed25d126c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Jan 21 05:36:16 2022 -0500

    add ‘sandbox ebicssubscriber list’ invocation and output to example
---
 libeufin/nexus-tutorial.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 2619f57..993bab2 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -201,6 +201,16 @@ 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:
 

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