commit b398e1a1d5fdf011ca8b45aa66246340fdf77b7c
parent bd8cb1356710e9f518ba7d9f05e501f62c4fcd94
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 1 Aug 2021 19:18:21 +0200
-refund_deadline here also optional
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -1730,7 +1730,7 @@ denomination.
// 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;
+ refund_deadline?: Timestamp;
// Signature over `TALER_DepositRequestPS`, made by the customer with the
// `coin's private key <coin-priv>`.