summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
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;
}