[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: spec new_measures in outcome
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: spec new_measures in outcome |
Date: |
Tue, 21 Jan 2025 13:07:25 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository taler-docs.
The following commit(s) were added to refs/heads/master by this push:
new 57498890 spec new_measures in outcome
57498890 is described below
commit 57498890bbc3635fb07b07a3a679e904925f745d
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 21 13:07:22 2025 +0100
spec new_measures in outcome
---
core/api-exchange.rst | 4 +---
taler-kyc-manual.rst | 10 ++++++++++
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 77a71a80..172563ba 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -6063,9 +6063,7 @@ and freeze or unfreeze accounts suspected of money
laundering.
// Should typically be used to give the user some
// information or request additional information.
//
- // If multiple measures with a SKIP check are
- // specified, only the first measure's program will
- // run immediately.
+ // At most one measure with a SKIP check may be specified.
//
// @since protocol **v21**.
new_measures?: string;
diff --git a/taler-kyc-manual.rst b/taler-kyc-manual.rst
index 54fa52d8..fc5b8f14 100644
--- a/taler-kyc-manual.rst
+++ b/taler-kyc-manual.rst
@@ -833,6 +833,16 @@ administrator.
// (for statistics).
events?: string[];
+ // Space-separated list of measures to trigger
+ // immediately on the account.
+ // Prefixed with a "+" to indicate that the
+ // measures should be ANDed.
+ // Should typically be used to give the user some
+ // information or request additional information.
+ //
+ // At most one measure with a SKIP check may be specified.
+ new_measures?: string;
+
// KYC rules to apply. Note that this
// overrides *all* of the default rules
// until the ``expiration_time`` and specifies
--
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: spec new_measures in outcome,
gnunet <=