diff options
-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" \ |