summaryrefslogtreecommitdiff
path: root/taler-mcig.rst
diff options
context:
space:
mode:
Diffstat (limited to 'taler-mcig.rst')
-rw-r--r--taler-mcig.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-mcig.rst b/taler-mcig.rst
index 5893c6d1..be496286 100644
--- a/taler-mcig.rst
+++ b/taler-mcig.rst
@@ -320,7 +320,7 @@ M: :http:post:`/instances/default/private/products`
"description": "piano",
"unit": "unit", // FIXME: What is a better unit?
"price": "KUDOS:20000.0",
- "taxes": [], // FIXME: What is a Tax object?
+ "taxes": [],
"total_stock": 3,
"next_restock": "2021-04-22"
}
@@ -340,7 +340,7 @@ M: :http:post:`/instances/default/private/products`
"description": "Beethoven Sonatas",
"unit": "file", // FIXME: What is a better unit?
"price": "KUDOS:9.87",
- "taxes": [], // FIXME: What is a Tax object?
+ "taxes": [],
"next_restock": "0000-00-00"
}
// (backend returns 204 No content)