taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

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

Sandbox legacy API: fix type

Diffstat:
Mlibeufin/api-sandbox.rst | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git 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;