gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: make refund deadline optional


From: gnunet
Subject: [taler-docs] branch master updated: make refund deadline optional
Date: Sun, 01 Aug 2021 19:00:52 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new bd8cb13  make refund deadline optional
bd8cb13 is described below

commit bd8cb1356710e9f518ba7d9f05e501f62c4fcd94
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 1 19:00:50 2021 +0200

    make refund deadline optional
---
 core/api-exchange.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b93e07a..fb4ecf0 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>`.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]