taler-docs

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

commit 925dc91406ff2de7fddc15b64e2aeea708ef9d95
parent 1ab32280f303dc215bbbc2138b30fc4fc25311af
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 20 Apr 2020 19:32:32 +0200

update spec

Diffstat:
Mcore/api-merchant.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -431,7 +431,7 @@ management. total_lost: integer; // Identifies where the product is in stock. - location: Location; + address: Location; // Identifies when we expect the next restocking to happen. next_restock?: timestamp; @@ -491,7 +491,7 @@ management. total_stocked: integer; // Identifies where the product is in stock. - location: Location; + address: Location; // Identifies when we expect the next restocking to happen. next_restock?: timestamp; @@ -558,7 +558,7 @@ management. total_lost: integer; // Identifies where the product is in stock. - location: Location; + address: Location; // Identifies when we expect the next restocking to happen. next_restock?: timestamp;