taler-docs

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

commit 785bc590ce6be5e88624ba5bfc195ec040270d93
parent e127e9fe19fcc42555b1e9b3623667eb33e0f472
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 20 Oct 2020 20:22:00 +0200

API enhancement for #6491

Diffstat:
Mcore/api-merchant.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1271,6 +1271,10 @@ Payment processing // Was the payment refunded (even partially) refunded: boolean; + // True if there are any approved refunds that the wallet has + // not yet obtained. + refund_pending: boolean; + // Did the exchange wire us the funds wired: boolean;