summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2023-11-21 15:21:29 +0100
committerChristian Blättler <blatc2@bfh.ch>2023-11-21 15:21:29 +0100
commitb95e8b15f04f60c85faa723d270bba0d9d165a53 (patch)
tree56c52bc1e832e1cb7980bf779df79bb8fc1969af /core/api-merchant.rst
parente44c9f6b7ed5cf4ad8a621aadc7a105faf14b18e (diff)
downloaddocs-b95e8b15f04f60c85faa723d270bba0d9d165a53.tar.gz
docs-b95e8b15f04f60c85faa723d270bba0d9d165a53.tar.bz2
docs-b95e8b15f04f60c85faa723d270bba0d9d165a53.zip
remove can_issue_tokens (for now)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index c370e297..bee59155 100644
--- 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;
-
}