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:37:39 +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 16e0f82  payto format at Sandbox
16e0f82 is described below

commit 16e0f82a90a1c01614af2cae96bd17315b9818d9
Author: ms <ms@taler.net>
AuthorDate: Mon Jan 31 08:37:34 2022 +0100

    payto format at Sandbox
---
 core/api-bank-access.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 6697d78..860cc50 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -226,12 +226,14 @@ Transactions
    
       interface CreateBankAccountTransactionCreate {
 
+        // Address in the Payto format of the wire transfer receiver.
         // It needs at least the 'message' query string parameter.
         paytoUri: 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.
+        // query string parameter of the 'payto' field.  In case it
+        // is given in both places, the paytoUri'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]