taler-docs

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

commit 0212cfe9da3c0ac26d407fbc3b8ac655ba70eb4a
parent c1f11a8882a032d49e5bfa7fb246ee155ee925f1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  7 Oct 2020 12:09:37 +0200

fix #6601

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -23,9 +23,6 @@ Merchant Backend API ==================== -WARNING: This document describes the version 1 of the merchant backend -API, which is NOT yet implemented in Git master! - The ``*/private/*`` endpoints are only supposed to be exposed to the merchant internally, and must not be exposed on the Internet. @@ -843,7 +840,10 @@ Payment processing // the summary of the order summary: string; - // whether some part of the order is refundable + // whether some part of the order is refundable, + // that is the refund deadline has not yet expired + // and the total amount refunded so far is below + // the value of the original transaction. refundable: boolean; // whether the order has been paid or not