taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7b501372358848266e5e796752ccb36ffecca6f9
parent 9af64452c5adc4f728e237b53247c8508b93bb88
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Thu, 18 Mar 2021 16:57:03 -0400

remove comment on ‘taxes’ field (two instances)

Diffstat:
Mtaler-mcig.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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)