commit 805e04f76b708444ab9e11f7c5b5b8ef9d06efa3
parent 491c0bb229215410d89dbf962b387994324337bf
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 9 Sep 2020 12:35:20 +0530
add field to apply refund response
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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