From 805e04f76b708444ab9e11f7c5b5b8ef9d06efa3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 9 Sep 2020 12:35:20 +0530 Subject: add field to apply refund response --- taler-wallet.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'taler-wallet.rst') diff --git a/taler-wallet.rst b/taler-wallet.rst index 6b712c1a..bc826359 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 -- cgit v1.2.3