commit 2dfd33c97043fffa9f581dafac5d002325c179b5
parent fa619384517db0a9290d95b4c6b8a7bba79c8440
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 27 Jul 2020 12:30:57 +0200
make create token optional
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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;
}