From 2dfd33c97043fffa9f581dafac5d002325c179b5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 27 Jul 2020 12:30:57 +0200 Subject: make create token optional --- core/api-merchant.rst | 4 ++-- 1 file 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; } -- cgit v1.2.3