summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-18 20:42:24 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-19 00:00:36 -0400
commite8d07b784fcb81eea077264ab52e0d92013edc26 (patch)
tree5f648c5fd87112c2f9d2d5807b54e519cd04bfaf
parent0073e7d30689ad53f499ea5c9ccc2adc588cecbd (diff)
downloaddocs-e8d07b784fcb81eea077264ab52e0d92013edc26.tar.gz
docs-e8d07b784fcb81eea077264ab52e0d92013edc26.tar.bz2
docs-e8d07b784fcb81eea077264ab52e0d92013edc26.zip
remove comment on ‘unit’ field (two instances)
-rw-r--r--taler-mcig.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/taler-mcig.rst b/taler-mcig.rst
index be496286..8fa8c5fe 100644
--- a/taler-mcig.rst
+++ b/taler-mcig.rst
@@ -318,7 +318,7 @@ M: :http:post:`/instances/default/private/products`
{
"product_id": "p001",
"description": "piano",
- "unit": "unit", // FIXME: What is a better unit?
+ "unit": "unit",
"price": "KUDOS:20000.0",
"taxes": [],
"total_stock": 3,
@@ -338,7 +338,7 @@ M: :http:post:`/instances/default/private/products`
{
"product_id": "f001",
"description": "Beethoven Sonatas",
- "unit": "file", // FIXME: What is a better unit?
+ "unit": "file",
"price": "KUDOS:9.87",
"taxes": [],
"next_restock": "0000-00-00"