summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-01 19:18:21 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-01 19:18:21 +0200
commitb398e1a1d5fdf011ca8b45aa66246340fdf77b7c (patch)
treedd4fa97ba5ceeb8a9347725025a1b2e4b385ca59 /core
parentbd8cb1356710e9f518ba7d9f05e501f62c4fcd94 (diff)
downloaddocs-b398e1a1d5fdf011ca8b45aa66246340fdf77b7c.tar.gz
docs-b398e1a1d5fdf011ca8b45aa66246340fdf77b7c.tar.bz2
docs-b398e1a1d5fdf011ca8b45aa66246340fdf77b7c.zip
-refund_deadline here also optional
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index fb4ecf09..c42858b4 100644
--- 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>`.