summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index c43bcf28..947b68c3 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -696,8 +696,8 @@ Payment processing
// Should a token for claiming the order be generated?
// False can make sense if the ORDER_ID is sufficiently
// high entropy to prevent adversarial claims (like it is
- // if the backend auto-generates one).
- create_token: boolean;
+ // if the backend auto-generates one). Default is 'true'.
+ create_token?: boolean;
}