gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add fees to example, plus correspond


From: gnunet
Subject: [taler-docs] branch master updated: add fees to example, plus corresponding note
Date: Tue, 11 May 2021 11:49:12 +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 0084f88  add fees to example, plus corresponding note
0084f88 is described below

commit 0084f886e9bb560c9ffee2975c97c652443d4d2c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Tue May 11 05:47:58 2021 -0400

    add fees to example, plus corresponding note
---
 taler-mcig.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/taler-mcig.rst b/taler-mcig.rst
index bc32ef7..855882d 100644
--- a/taler-mcig.rst
+++ b/taler-mcig.rst
@@ -451,8 +451,8 @@ The backend returns ``200 OK`` with body:
      "order_id": "G93420934823",
      "amount": "KUDOS:9.87000000",
      "fulfillment_url": "https://example.com/f001?G93420934823";,
-     "max_fee": FIXME,
-     "max_wire_fee": FIXME,
+     "max_fee": "KUDOS:0.01500000",
+     "max_wire_fee": "KUDOS:0.01500000",
      "wire_fee_amortization": 1,
      "products": [
        // Product
@@ -483,6 +483,7 @@ The backend returns ``200 OK`` with body:
    }
 
 Notes:
+- The backend determined both fees to be 0.015 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>`__.

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