taler-docs

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

commit 6dce8e6a5904bb79a2389c736dc287de4fa48f74
parent 7f5a434337e6916c05e7158301a092d3ea36a024
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 13 Oct 2016 13:45:49 +0200

#4713

Diffstat:
Mapi-merchant.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/api-merchant.rst b/api-merchant.rst @@ -366,6 +366,9 @@ The `contract` must have the following structure: .. code-block:: tsref interface Contract { + // Human-readable description of the whole purchase + summary: string; + // Total price for the transaction. // The exchange will subtract deposit fees from that amount // before transfering it to the merchant.