gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: clarify with/without wire fee issue,


From: gnunet
Subject: [taler-docs] branch master updated: clarify with/without wire fee issue, sanity checks on currencies
Date: Tue, 23 Jun 2020 10:30:54 +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 1a97c10  clarify with/without wire fee issue, sanity checks on 
currencies
     new 296063e  Merge branch 'master' of git+ssh://git.taler.net/docs
1a97c10 is described below

commit 1a97c102696ff76d25fd1cc83eaee2110f114df5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Jun 23 10:30:47 2020 +0200

    clarify with/without wire fee issue, sanity checks on currencies
---
 core/api-exchange.rst | 2 +-
 core/api-merchant.rst | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index ea735ed..979eca8 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1224,7 +1224,7 @@ typically also view the balance.)
   .. ts:def:: TrackTransferResponse
 
     interface TrackTransferResponse {
-      // Total amount transferred
+      // Actual amount of the wire transfer, excluding the wire fee.
       total: Amount;
 
       // Applicable wire fee that was charged
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 0d3f983..fddaea5 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1844,6 +1844,8 @@ Giving Customer Tips
       // Only present if asked for explicitly.
       tips?: TipStatusEntry[];
 
+      // Is this reserve active (false if it was deleted but not purged)
+      active: boolean;
     }
 
   .. ts:def:: TipStatusEntry

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