taler-docs

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

commit 7e537aa45c958a99f051ad5fefcc153ec5a4d0ba
parent 34f3b4f0fcf1729f258d7a20c51c315111930a74
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 29 Dec 2025 05:37:45 +0100

-keep product_money_pot optional

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -4176,7 +4176,7 @@ Creating orders // Money pot to use for this product, overrides value from // the inventory if given. // Since **vPOTS**. - product_money_pot: Integer; + product_money_pot?: Integer; } @@ -7086,7 +7086,7 @@ It has the following structure: // the inventory if given. Not useful to wallets, only for // merchant-internal accounting. // Since **vPOTS**. - product_money_pot: Integer; + product_money_pot?: Integer; }