From 0212cfe9da3c0ac26d407fbc3b8ac655ba70eb4a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Oct 2020 12:09:37 +0200 Subject: fix #6601 --- core/api-merchant.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 999c4f99..ecec7ad1 100644 --- 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 -- cgit v1.2.3