gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: expand on "total amount due" as a su


From: gnunet
Subject: [taler-docs] branch master updated: expand on "total amount due" as a sum of amount plus fees
Date: Wed, 12 May 2021 12:31:55 +0200

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

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ea99c10  expand on "total amount due" as a sum of amount plus fees
ea99c10 is described below

commit ea99c108c43008257772ba27cd034a7185c10461
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed May 12 06:29:55 2021 -0400

    expand on "total amount due" as a sum of amount plus fees
---
 taler-mcig.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/taler-mcig.rst b/taler-mcig.rst
index 855882d..692c05e 100644
--- a/taler-mcig.rst
+++ b/taler-mcig.rst
@@ -484,6 +484,9 @@ The backend returns ``200 OK`` with body:
 
 Notes:
 - The backend determined both fees to be 0.015 KUDOS.
+  Because the amortization is 1 (one), both fees (processing and wire
+  transfer) are included in full.
+  Thus, the total due by the customer is 9.87 + 0.015 + 0.015 = 9.900 KUDOS.
 - The ``order_id`` value is the one given in the ``PostOrderResponse``.
 - The ``timestamp`` value represents 2021-03-23 22:14:25 UTC
   in milliseconds after the `epoch 
<https://en.wikipedia.org/wiki/Unix_epoch>`__.
@@ -534,7 +537,8 @@ W: :http:post:`/orders/G93420934823/pay`
 Notes:
 - There is no session ID in the ``PayRequest`` object.
 - The total of the contribution is 8.0 + 2.0 = 10.0 KUDOS,
-  which is enough to cover the purchase price (9.87 KUDOS).
+  which is enough to cover the purchase price (9.900 KUDOS
+  from 9.87 + 0.015 + 0.015).
 
 The backend returns ``200 OK`` with body:
 

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