commit 835509f59bd11234b0181693396ad40b5ff8e5fc parent 1e2144acd70afeebecc1889aaaa04eca0c2b65ed Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Wed, 19 Oct 2016 12:49:21 +0200 still on #4251 Diffstat:
| M | api-merchant.rst | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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