gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add field to apply refund response


From: gnunet
Subject: [taler-docs] branch master updated: add field to apply refund response
Date: Wed, 09 Sep 2020 09:05:28 +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 805e04f  add field to apply refund response
805e04f is described below

commit 805e04f76b708444ab9e11f7c5b5b8ef9d06efa3
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Sep 9 12:35:20 2020 +0530

    add field to apply refund response
---
 taler-wallet.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 6b712c1..bc82635 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -498,6 +498,7 @@ Refunds
 
     interface WalletApplyRefundResponse {
       // Identifier for the purchase that was refunded
+      // DEPRECATED:  Will disappear soon.
       contractTermsHash: string;
 
       amountEffectivePaid: Amount;
@@ -507,6 +508,9 @@ Refunds
       amountRefundGone: Amount;
 
       pendingAtExchange: boolean;
+
+      // Short info about the order being refunded.
+      info: OrderShortInfo;
     }
 
 Exchange Management

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