From 0a173756d9452c2088d914572283115842613242 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Thu, 30 Jul 2020 16:44:14 -0400 Subject: add 'paid' boolean in GET /private/orders --- core/api-merchant.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 947b68c3..2371d551 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; } -- cgit v1.2.3