gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Sandbox legacy API: fix type


From: gnunet
Subject: [taler-docs] branch master updated: Sandbox legacy API: fix type
Date: Mon, 05 Dec 2022 19:49:09 +0100

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 18bad64  Sandbox legacy API: fix type
18bad64 is described below

commit 18bad641fd92c3ff692c60d127126f450b7a2b14
Author: MS <ms@taler.net>
AuthorDate: Mon Dec 5 19:49:01 2022 +0100

    Sandbox legacy API: fix type
---
 libeufin/api-sandbox.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index f3fb8dd..1f58a7d 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -142,7 +142,11 @@ EBICS Subscribers.
      interface BankAccountRequest {
 
        // Ebics subscriber
-       subscriber: string;
+       subscriber: {
+         userID: string;
+         partnerID: string;
+         systemID: string;
+       };
 
        // IBAN
        iban: string;

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