From 7b501372358848266e5e796752ccb36ffecca6f9 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 18 Mar 2021 16:57:03 -0400 Subject: remove comment on ‘taxes’ field (two instances) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-mcig.rst | 4 ++-- 1 file 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) -- cgit v1.2.3