taler-docs

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

commit f92d2ee13c5972f7e28f0d2fa3afd5239f711bed
parent 6f81ed1c54dc39de23bc63e9637633ceb8608943
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 12 Mar 2020 18:12:46 +0530

reserve history doc fix

Diffstat:
Mcore/api-exchange.rst | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -428,12 +428,9 @@ exchange. // Sender account payto://-URL, only present if type is "DEPOSIT". sender_account_url?: string; - // Receiver account details, only present if type is "RECOUP". + // Receiver account details, only present if type is "CLOSING". receiver_account_details?: any; - // Wire transfer identifier, only present if type is "RECOUP". - wire_transfer?: any; - // Transfer details uniquely identifying the transfer, only present if type is "DEPOSIT". wire_reference?: any;