gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: update refund info


From: gnunet
Subject: [taler-docs] branch master updated: update refund info
Date: Wed, 11 May 2022 21:08:41 +0200

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

sebasjm pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 1cb2e50  update refund info
1cb2e50 is described below

commit 1cb2e50617248f61db445c2eaa1ba21f1d871a61
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed May 11 16:08:24 2022 -0300

    update refund info
---
 core/api-merchant.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index b2b207e..801da3d 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -381,6 +381,9 @@ Querying payment status
 
       // Amount that was refunded in total.
       refund_amount: Amount;
+
+      // Amount that already taken by the wallet.
+      refund_taken: Amount;
     }
 
   .. ts:def:: StatusGotoResponse
@@ -1994,6 +1997,9 @@ Inspecting orders
       // Reason given for the refund.
       reason: string;
 
+      // Set to true if a refund is still available for the wallet for this 
payment.
+      pending: boolean;
+
       // When was the refund approved.
       timestamp: 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]