commit dbd8c246513abe0c0f62e582c63107d19b227bc3
parent c67c4fcf4fc2a99d2b9ebbabde0025db74b757f5
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 19 Mar 2021 01:07:46 -0400
set ‘total_stock’ to be "infinite" (-1) for product ‘f001’
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/taler-mcig.rst b/taler-mcig.rst
@@ -342,6 +342,7 @@ M: :http:post:`/instances/default/private/products`
"unit": "file",
"price": "KUDOS:9.87",
"taxes": [],
+ "total_stock": -1,
"next_restock": "0000-00-00"
}
// (backend returns 204 No content)