gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add 'paid' boolean in GET /private/o


From: gnunet
Subject: [taler-docs] branch master updated: add 'paid' boolean in GET /private/orders
Date: Thu, 30 Jul 2020 22:44:24 +0200

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

jonathan-buchanan pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0a17375  add 'paid' boolean in GET /private/orders
0a17375 is described below

commit 0a173756d9452c2088d914572283115842613242
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Thu Jul 30 16:44:14 2020 -0400

    add 'paid' boolean in GET /private/orders
---
 core/api-merchant.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 947b68c..2371d55 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -838,6 +838,9 @@ Payment processing
 
       // whether some part of the order is refundable
       refundable: boolean;
+
+      // whether the order has been paid or not
+      paid: boolean;
     }
 
 

-- 
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]