summaryrefslogtreecommitdiff
path: root/taler-mcig.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-05-11 05:47:58 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-05-11 05:47:58 -0400
commit0084f886e9bb560c9ffee2975c97c652443d4d2c (patch)
tree7d46f736d12c9432b6f714e308998d78603966b3 /taler-mcig.rst
parenta48b3b90b7b0a36d3fd93a58b24125989a6442a3 (diff)
downloaddocs-0084f886e9bb560c9ffee2975c97c652443d4d2c.tar.gz
docs-0084f886e9bb560c9ffee2975c97c652443d4d2c.tar.bz2
docs-0084f886e9bb560c9ffee2975c97c652443d4d2c.zip
add fees to example, plus corresponding note
Diffstat (limited to 'taler-mcig.rst')
-rw-r--r--taler-mcig.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/taler-mcig.rst b/taler-mcig.rst
index bc32ef7a..855882da 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>`__.