[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: make create token optional
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: make create token optional |
Date: |
Mon, 27 Jul 2020 12:30:59 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 2dfd33c make create token optional
2dfd33c is described below
commit 2dfd33c97043fffa9f581dafac5d002325c179b5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jul 27 12:30:57 2020 +0200
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 c43bcf2..947b68c 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;
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: make create token optional,
gnunet <=