commit 0a173756d9452c2088d914572283115842613242
parent 6d7b1abab80c792d956ee11c060825037b62edae
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
Date: Thu, 30 Jul 2020 16:44:14 -0400
add 'paid' boolean in GET /private/orders
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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;
}