taler-docs

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

commit f5fa71eacdf1d715473e77c8df4303c6874e1b86
parent a7fed4b35dd3b2a19de9f13827cfdffa5842a761
Author: MS <ms@taler.net>
Date:   Thu, 29 Oct 2020 21:45:43 +0100

fix field name

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

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -111,7 +111,7 @@ manages payment initiations of the account and tracks the initiations of payment interface PaymentStatus { // Payment unique identifier - uuid: string; + paymentInitiationId: string; // True for submitted payments submitted: boolean;