gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: consistent renaming


From: gnunet
Subject: [taler-docs] branch master updated: consistent renaming
Date: Fri, 26 Jun 2020 15:42:08 +0200

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 f5663ec  consistent renaming
f5663ec is described below

commit f5663ec399529456a23819a795baf47d81631b66
Author: MS <ms@taler.net>
AuthorDate: Fri Jun 26 15:42:03 2020 +0200

    consistent renaming
---
 libeufin/api-nexus.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 61d55e2..313b389 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -83,13 +83,13 @@ manages payment initiations of the account and tracks the 
of payment initiations
      
      interface BankAccount {
        // mnemonic name identifying this bank account.
-       account: string; 
+       nexusBankAccountId: string; 
        // IBAN
        iban: string;
        // BIC
        bic: string;
        // Legal subject owning the account.
-       holder: string;
+       ownerName: string;
      }
 
 .. http:post:: 
{nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit

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