gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: fix #6601


From: gnunet
Subject: [taler-docs] branch master updated: fix #6601
Date: Wed, 07 Oct 2020 12:09:40 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0212cfe  fix #6601
0212cfe is described below

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

    fix #6601
---
 core/api-merchant.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 999c4f9..ecec7ad 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]