summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-27 12:30:57 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-27 12:30:57 +0200
commit2dfd33c97043fffa9f581dafac5d002325c179b5 (patch)
treebf4c8b85b7afa45ee754c4aa0f0b4cf4298d573a /core
parentfa619384517db0a9290d95b4c6b8a7bba79c8440 (diff)
downloaddocs-2dfd33c97043fffa9f581dafac5d002325c179b5.tar.gz
docs-2dfd33c97043fffa9f581dafac5d002325c179b5.tar.bz2
docs-2dfd33c97043fffa9f581dafac5d002325c179b5.zip
make create token optional
Diffstat (limited to 'core')
-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;
}