commit b95e8b15f04f60c85faa723d270bba0d9d165a53 parent e44c9f6b7ed5cf4ad8a621aadc7a105faf14b18e Author: Christian Blättler <blatc2@bfh.ch> Date: Tue, 21 Nov 2023 15:21:29 +0100 remove can_issue_tokens (for now) Diffstat:
| M | core/api-merchant.rst | | | 10 | ---------- |
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3730,11 +3730,6 @@ Creating token families // Validity duration of an issued token. duration: RelativeTime; - // TODO: How should this be implemented? - // Indicates whether the token family can still issue tokens. Note: - // Already issued tokens will be valid, regardless of this setting. - // can_issue_tokens: boolean; - // Kind of the token family. kind: TokenFamilyKind; @@ -3789,11 +3784,6 @@ Updating token families // Validity duration of an issued token. duration: RelativeTime; - // TODO: How should this be implemented? - // Indicates whether the token family can still issue tokens. Note: - // Already issued tokens will be valid, regardless of this setting. - // can_issue_tokens: boolean; - }