exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e9a11759776cf377e71bdac9d5d164a83d171cb3
parent 8098c3a83724a6e347761b9f3d98bdab5de1545f
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  5 May 2025 16:52:04 +0200

fix prog name, hopefully

Diffstat:
Msrc/kyclogic/taler-exchange-helper-measure-challenger-email-context-check | 2+-
Msrc/kyclogic/taler-exchange-helper-measure-challenger-postal-context-check | 2+-
Msrc/kyclogic/taler-exchange-helper-measure-challenger-sms-context-check | 2+-
Msrc/kyclogic/taler-exchange-helper-measure-tops-sms-check | 2+-
4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/kyclogic/taler-exchange-helper-measure-challenger-email-context-check b/src/kyclogic/taler-exchange-helper-measure-challenger-email-context-check @@ -113,7 +113,7 @@ CUSTOM_AMEASURES=$(jq -n \ --argjson address "$ADDRESS" \ --argjson en "$EXEC_NAME" \ --argjson nc "$NEXT_CONTEXT" \ - '{"custom-email-investigation":{"context":{"initial_address":$address,"exec_name":$en,"next_context":$nc,"clear_measure":"custom-email-investigation"},"check_name":"email-registration","prog_name":"taler-exchange-helper-measure-clear-continue"}}') + '{"custom-email-investigation":{"context":{"initial_address":$address,"exec_name":$en,"next_context":$nc,"clear_measure":"custom-email-investigation"},"check_name":"email-registration","prog_name":"clear-measure-and-continue"}}') # Finally, output the new rules. # See https://docs.taler.net/taler-kyc-manual.html#tsref-type-AmlOutcome diff --git a/src/kyclogic/taler-exchange-helper-measure-challenger-postal-context-check b/src/kyclogic/taler-exchange-helper-measure-challenger-postal-context-check @@ -119,7 +119,7 @@ CUSTOM_AMEASURES=$(jq -n \ --argjson address "$ADDRESS" \ --argjson en "$EXEC_NAME" \ --argjson nc "$NEXT_CONTEXT" \ - '{"custom-address-investigation":{"context":{"initial_address":$address,"exec_name":$en,"next_context":$nc,"clear_measure":"custom-address-investigation"},"check_name":"postal-registration","prog_name":"taler-exchange-helper-measure-clear-continue"}}') + '{"custom-address-investigation":{"context":{"initial_address":$address,"exec_name":$en,"next_context":$nc,"clear_measure":"custom-address-investigation"},"check_name":"postal-registration","prog_name":"clear-measure-and-continue"}}') # Finally, output the new rules. # See https://docs.taler.net/taler-kyc-manual.html#tsref-type-AmlOutcome diff --git a/src/kyclogic/taler-exchange-helper-measure-challenger-sms-context-check b/src/kyclogic/taler-exchange-helper-measure-challenger-sms-context-check @@ -116,7 +116,7 @@ CUSTOM_AMEASURES=$(jq -n \ --argjson address "$ADDRESS" \ --argjson en "$EXEC_NAME" \ --argjson nc "$NEXT_CONTEXT" \ - '{"custom-phone-investigation":{"context":{"initial_address":$address,"exec_name":$en,"next_context":$nc,"clear_measure":"custom-phone-investigation"},"check_name":"sms-registration","prog_name":"taler-exchange-helper-measure-clear-continue"}}') + '{"custom-phone-investigation":{"context":{"initial_address":$address,"exec_name":$en,"next_context":$nc,"clear_measure":"custom-phone-investigation"},"check_name":"sms-registration","prog_name":"clear-measure-and-continue"}}') # Finally, output the new rules. # See https://docs.taler.net/taler-kyc-manual.html#tsref-type-AmlOutcome diff --git a/src/kyclogic/taler-exchange-helper-measure-tops-sms-check b/src/kyclogic/taler-exchange-helper-measure-tops-sms-check @@ -123,7 +123,7 @@ ADDRESS=$(jq -n \ # Define custom measure for address validation CUSTOM_PMEASURES=$(jq -n \ --argjson address "$ADDRESS" \ - '{"custom-phone-investigation":{"context":{"initial_address":$address},"check_name":"sms-registration","prog_name":"inform-investigate","operation_type":"MERGE"}}') + '{"custom-phone-investigation":{"context":{"initial_address":$address,"exec_name":"taler-exchange-helper-measure-inform-investigate","clear_measure":"custom-phone-investigation"},"check_name":"sms-registration","prog_name":"taler-exchange-helper-measure-clear-continue","operation_type":"MERGE"}}') # Finally, output the new rules.