commit 4b8db8bf550dba08655643f534f75f4d5a556469
parent 7abd317b7b9b9abe096a60f364510b912b94bf48
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 25 Aug 2024 10:45:52 +0200
ref bug #9124
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/kyclogic/taler-exchange-helper-measure-freeze b/src/kyclogic/taler-exchange-helper-measure-freeze
@@ -85,7 +85,7 @@ EXPIRATION=$((3600 * 30 + $(date +%s)))
# See https://docs.taler.net/taler-exchange-manual.html#tsref-type-AmlOutcome
# for the required output format.
-# NOTE: new_check is not yet supported!
+# NOTE: new_check is not yet supported! #9124
jq -n \
--arg expiration "$EXPIRATION" \
'{ "to_investigate": true,
diff --git a/src/kyclogic/taler-exchange-helper-measure-test-form b/src/kyclogic/taler-exchange-helper-measure-test-form
@@ -102,7 +102,7 @@ CURRENCY=$(taler-config -c $CONF -s taler -o currency)
# See https://docs.taler.net/taler-exchange-manual.html#tsref-type-AmlOutcome
# for the required output format.
-# NOTE: new_check is not yet supported!
+# NOTE: new_check is not yet supported! #9124
jq -n \
--argjson expiration "$EXPIRATION" \
--arg currency "$CURRENCY" \
diff --git a/src/kyclogic/taler-exchange-helper-measure-test-oauth b/src/kyclogic/taler-exchange-helper-measure-test-oauth
@@ -98,7 +98,7 @@ EXPIRATION=$((3600 * 30 + $(date +%s)))
# See https://docs.taler.net/taler-exchange-manual.html#tsref-type-AmlOutcome
# for the required output format.
-# NOTE: new_check is not yet supported!
+# NOTE: new_check is not yet supported! #9124
jq -n \
--argjson expiration "$EXPIRATION" \