gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (a7fed4b -> 83caabf)


From: gnunet
Subject: [taler-docs] branch master updated (a7fed4b -> 83caabf)
Date: Thu, 29 Oct 2020 22:03:22 +0100

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

ms pushed a change to branch master
in repository docs.

    from a7fed4b  add missing type
     new f5fa71e  fix field name
     new 83caabf  fix rendering

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libeufin/api-nexus.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 64d1a41..8488d90 100644
--- 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;
@@ -292,6 +292,7 @@ to the real bank.
 
 
   This type allows the creation of new bank accounts.
+
   .. ts:def:: NewBankConnection
      
      interface NewBankConnection {
@@ -308,6 +309,7 @@ to the real bank.
      }
 
   This type allows to restore a previously made bank connection.
+
   .. ts:def:: BankConnectionRestoreRequest
 
      interface BankConnectionRestoreRequest {

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