taler-docs

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

commit 95f5de12dc3bd05723d8f312ca323ba9036d6690
parent 5fb356c455f1bca1368c09389960b9100dde4632
Author: MS <ms@taler.net>
Date:   Wed,  8 Jul 2020 12:21:50 +0200

more details in response

Diffstat:
Mlibeufin/api-nexus.rst | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -150,8 +150,7 @@ manages payment initiations of the account and tracks the of payment initiations interface InitiatedPayments { // list of all the initiated payments' UID. - initiatedPayments: string[]; - + initiatedPayments: PaymentStatus[]; }