diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-25 10:45:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-25 10:45:52 +0200 |
commit | 4b8db8bf550dba08655643f534f75f4d5a556469 (patch) | |
tree | 21e41a8f7904eda9f9166d8f78557a4a40360d10 | |
parent | 7abd317b7b9b9abe096a60f364510b912b94bf48 (diff) |
ref bug #9124
-rwxr-xr-x | src/kyclogic/taler-exchange-helper-measure-freeze | 2 | ||||
-rwxr-xr-x | src/kyclogic/taler-exchange-helper-measure-test-form | 2 | ||||
-rwxr-xr-x | src/kyclogic/taler-exchange-helper-measure-test-oauth | 2 |
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 index e3e03f6da..9be652372 100755 --- 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 index 50b379df4..f5bd3767a 100755 --- 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 index 994aadd99..fcdaa255d 100755 --- 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" \ |