summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-13 13:45:49 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-13 13:45:49 +0200
commit6dce8e6a5904bb79a2389c736dc287de4fa48f74 (patch)
treebe2153e4a3952b7dd7713aea55e5f1b78733a246
parent7f5a434337e6916c05e7158301a092d3ea36a024 (diff)
downloaddocs-6dce8e6a5904bb79a2389c736dc287de4fa48f74.tar.gz
docs-6dce8e6a5904bb79a2389c736dc287de4fa48f74.tar.bz2
docs-6dce8e6a5904bb79a2389c736dc287de4fa48f74.zip
#4713
-rw-r--r--api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index a15e0b28..5a05d831 100644
--- 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.