taler-docs

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

commit e0a49d96fc6c44d05c48599af224b041b4ef1e9e
parent 717550395d515455933c7f81115fe768e514c4eb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 17 Jul 2025 14:29:12 +0200

clarify what happens with amount in v1 contracts

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3235,7 +3235,9 @@ Inspecting orders // When the order was created. timestamp: Timestamp; - // The amount of money the order is for. + // The amount of money the order is for. If the contract + // has multiple choices and the user has not yet made a choice, + // we return the amount of the first choice. amount: Amount; // The summary of the order.