gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add missing execution_timestamp


From: gnunet
Subject: [taler-docs] branch master updated: add missing execution_timestamp
Date: Mon, 24 Apr 2023 22:17:46 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new f5e8f08  add missing execution_timestamp
f5e8f08 is described below

commit f5e8f08a1e395d12d92eb1ea7e67cd63ce491bed
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Apr 24 22:17:43 2023 +0200

    add missing execution_timestamp
---
 core/api-merchant.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 279edf5..ef325c9 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -719,6 +719,10 @@ the contract. Refunds must be approved by the merchant's 
business logic.
       // Amount that was refunded, including refund fee charged by the exchange
       // to the customer.
       refund_amount: Amount;
+
+      // Timestamp when the merchant approved the refund.
+      // Useful for grouping refunds.
+      execution_time: Timestamp;
     }
 
   .. ts:def:: MerchantCoinRefundSuccessStatus
@@ -753,6 +757,10 @@ the contract. Refunds must be approved by the merchant's 
business logic.
       // Amount that was refunded, including refund fee charged by the exchange
       // to the customer.
       refund_amount: Amount;
+
+      // Timestamp when the merchant approved the refund.
+      // Useful for grouping refunds.
+      execution_time: Timestamp;
     }
 
 

-- 
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]