taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 60a915b5bfe15d0f4bdbaf484ea62abdcfb4e705
parent e225ee2193443800608e4ff4e22196b0657a32df
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 10 Aug 2020 17:23:22 +0530

comment

Diffstat:
Mtaler-wallet.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -406,7 +406,8 @@ Transactions are all operations or events that are affecting the balance. // Part of the refund that couldn't be applied because the refund permissions were expired amountInvalid: Amount; - // Amount that has been refunded by the merchant + // Amount that has been refunded by the merchant. + // Corresponds to amountRefundGranted from the applyRefund response. amountRaw: Amount; // Amount will be added to the wallet's balance after fees and refreshing.