taler-docs

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

commit bd8cb1356710e9f518ba7d9f05e501f62c4fcd94
parent 85a3127d828260222f3232e99046523c266625d1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  1 Aug 2021 19:00:50 +0200

make refund deadline optional

Diffstat:
Mcore/api-exchange.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1640,8 +1640,8 @@ denomination. merchant_pub: EddsaPublicKey; // Date until which the merchant can issue a refund to the customer via the - // exchange, possibly zero if refunds are not allowed. - refund_deadline: Timestamp; + // exchange, to be omitted if refunds are not allowed. + refund_deadline?: Timestamp; // Signature over `TALER_DepositRequestPS`, made by the customer with the // `coin's private key <coin-priv>`.