commit e8d07b784fcb81eea077264ab52e0d92013edc26
parent 0073e7d30689ad53f499ea5c9ccc2adc588cecbd
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 18 Mar 2021 20:42:24 -0400
remove comment on ‘unit’ field (two instances)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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"