gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: expand information returned in merch


From: gnunet
Subject: [taler-docs] branch master updated: expand information returned in merchant GET /private/orders
Date: Sat, 25 Jul 2020 03:01:40 +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 b2deb4d  expand information returned in merchant GET /private/orders
b2deb4d is described below

commit b2deb4dcc3b09d40479573bde10e32e05971016b
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Fri Jul 24 21:01:26 2020 -0400

    expand information returned in merchant GET /private/orders
---
 core/api-merchant.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 01a431b..b72a260 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -811,6 +811,17 @@ Payment processing
       // order ID of the transaction related to this entry.
       order_id: string;
 
+      // row ID of the order in the database
+      row_id: number;
+
+      // when the order was created
+      timestamp: Timestamp;
+
+      // the amount of money the order is for
+      amount: Amount;
+
+      // the summary of the order
+      summary: string;
     }
 
 

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