gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: fix API spec for #7300


From: gnunet
Subject: [taler-docs] branch master updated: fix API spec for #7300
Date: Sun, 03 Sep 2023 17:34:53 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 468bf7ad fix API spec for #7300
468bf7ad is described below

commit 468bf7ad90c49517ddea5b113f4a6c6e7e71f158
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Sep 3 17:34:48 2023 +0200

    fix API spec for #7300
---
 core/api-bank-access.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 06ee980a..25dd6cae 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -82,10 +82,10 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
       balance: Balance;
 
       // payto://-URI of the account. (New)
-      paytoUri: string;
+      payto_uri: string;
 
       // Number indicating the max debit allowed for the requesting user.
-      debitThreshold: string;
+      debit_threshold: string;
     }
 
 
@@ -253,7 +253,7 @@ Transactions
         // Transaction amount (in the $currency:x.y format), optional.
         // However, when not given, its value must occupy the 'amount'
         // query string parameter of the 'payto' field.  In case it
-        // is given in both places, the paytoUri's takes the precedence.
+        // is given in both places, the payto_uri's takes the precedence.
         amount: string;
       }
 

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