summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-01 19:00:50 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-01 19:00:50 +0200
commitbd8cb1356710e9f518ba7d9f05e501f62c4fcd94 (patch)
tree7c2df11f50b75ca72f42abea1a9349c1963d1061 /core
parent85a3127d828260222f3232e99046523c266625d1 (diff)
downloaddocs-bd8cb1356710e9f518ba7d9f05e501f62c4fcd94.tar.gz
docs-bd8cb1356710e9f518ba7d9f05e501f62c4fcd94.tar.bz2
docs-bd8cb1356710e9f518ba7d9f05e501f62c4fcd94.zip
make refund deadline optional
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b93e07aa..fb4ecf09 100644
--- 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>`.