gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: refund amount now optional field


From: gnunet
Subject: [taler-docs] branch master updated: refund amount now optional field
Date: Sat, 02 Nov 2019 12:14:26 +0100

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 44b5eaf  refund amount now optional field
44b5eaf is described below

commit 44b5eaf1bc2f45b3c48ed60e53c745e7950dc48f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Nov 2 12:14:24 2019 +0100

    refund amount now optional field
---
 core/api-merchant.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index b74de79..aca1e8c 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -115,8 +115,8 @@ Receiving Payments
       // Was the payment refunded (even partially)
       refunded: boolean;
 
-      // Amount that was refunded
-      refund_amount: Amount;
+      // Amount that was refunded, only present if refunded is true.
+      refund_amount?: Amount;
 
       // Contract terms
       contract_terms: ContractTerms;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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