summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
-
}