summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>`__.