commit 0084f886e9bb560c9ffee2975c97c652443d4d2c
parent a48b3b90b7b0a36d3fd93a58b24125989a6442a3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Tue, 11 May 2021 05:47:58 -0400
add fees to example, plus corresponding note
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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>`__.