From b2deb4dcc3b09d40479573bde10e32e05971016b Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Fri, 24 Jul 2020 21:01:26 -0400 Subject: expand information returned in merchant GET /private/orders --- core/api-merchant.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 01a431bc..b72a260e 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; } -- cgit v1.2.3