summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-19 12:49:21 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-10-19 12:49:21 +0200
commit835509f59bd11234b0181693396ad40b5ff8e5fc (patch)
treeedc5c539886873b658f6cdd3db19112091bbe529
parent1e2144acd70afeebecc1889aaaa04eca0c2b65ed (diff)
downloaddocs-835509f59bd11234b0181693396ad40b5ff8e5fc.tar.gz
docs-835509f59bd11234b0181693396ad40b5ff8e5fc.tar.bz2
docs-835509f59bd11234b0181693396ad40b5ff8e5fc.zip
still on #4251
-rw-r--r--api-merchant.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/api-merchant.rst b/api-merchant.rst
index d89e0485..49d2d74a 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -90,7 +90,9 @@ The Frontent HTTP API
// Deadline for the customer to pay for this purchase. Note that is up to the frontend
// to make sure that this value matches the one the backend signed over when the contract
- // was generated.
+ // was generated. The frontend should never verify if the payment is still on time,
+ // because when payments are replayed it is expxectable that this deadline is expired,
+ // and only the backend can detect if a payment is a reply or not.
pay_deadline: Timestamp;
// the chosen exchange's base URL