gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: payto format at Sandbox


From: gnunet
Subject: [taler-docs] branch master updated: payto format at Sandbox
Date: Mon, 31 Jan 2022 08:29:47 +0100

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 d16b9ad  payto format at Sandbox
d16b9ad is described below

commit d16b9adcef17e5f9236bc89d610ad67909f97f96
Author: ms <ms@taler.net>
AuthorDate: Mon Jan 31 08:29:44 2022 +0100

    payto format at Sandbox
---
 core/api-bank-access.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 58587a2..6697d78 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -226,13 +226,13 @@ Transactions
    
       interface CreateBankAccountTransactionCreate {
 
+        // It needs at least the 'message' query string parameter.
         paytoUri: string;
 
-        // The following two fields are optional.  However,
-        // when not given, their value must occupy the 'amount'
-        // and 'message' query string values of the 'payto' field.
-        amount: string; // with currency
-        subject: string;
+        // 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.
+        amount: string;
       }
 
    **Response**

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