commit 84b25cd3f14ba7b2b3407cb13fa25381899b2db4 parent 221b704ea301d5b20c136cfaa42106b104cbd8d9 Author: Florian Dold <florian@dold.me> Date: Wed, 22 Jul 2026 18:58:23 +0200 fix thank-you-kyc URL Diffstat:
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/inventories/group_vars/testing/test-public.yml b/inventories/group_vars/testing/test-public.yml @@ -44,7 +44,7 @@ EXCHANGE_SPA_DIALECT: "tops" # Business name of the exchange operator EXCHANGE_OPERATOR_LEGAL_NAME: "Taler Operations AG" # Where to send people after they passed KYC. -KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc +KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc.html # Template to use for identification of individuals with KYCAID KYCAID_TEMPLATE_INDIVIDUAL: tmpl_xxx # Template to use for identification of businesses with KYCAID diff --git a/inventories/host_vars/fdold-acai-gls/test-public.yml b/inventories/host_vars/fdold-acai-gls/test-public.yml @@ -51,6 +51,6 @@ EXCHANGE_SPA_DIALECT: "gls" # Business name of the exchange operator EXCHANGE_OPERATOR_LEGAL_NAME: "GLS Test" # Where to send people after they passed KYC. -KYC_THANK_YOU_URL: https://taler.gls.de/thank-you-kyc +KYC_THANK_YOU_URL: https://taler.gls.de/thank-you-kyc.html # Tool to use for sanction list checking EXCHANGE_SANCTION_HELPER: taler-exchange-helper-sanctions-dummy diff --git a/inventories/host_vars/fdold-acai-tops/test-public.yml b/inventories/host_vars/fdold-acai-tops/test-public.yml @@ -47,7 +47,7 @@ EXCHANGE_SPA_DIALECT: "tops" # Business name of the exchange operator EXCHANGE_OPERATOR_LEGAL_NAME: "Taler Operations AG" # Where to send people after they passed KYC. -KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc +KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc.html # Template to use for identification of individuals with KYCAID KYCAID_TEMPLATE_INDIVIDUAL: tmpl_xxx # Template to use for identification of businesses with KYCAID diff --git a/inventories/host_vars/fdold-guava-glsint/test-public.yml b/inventories/host_vars/fdold-guava-glsint/test-public.yml @@ -52,7 +52,7 @@ EXCHANGE_SPA_DIALECT: "gls" # Business name of the exchange operator EXCHANGE_OPERATOR_LEGAL_NAME: "GLS Taler Internal" # Where to send people after they passed KYC. -KYC_THANK_YOU_URL: https://taler.gls.de/thank-you-kyc +KYC_THANK_YOU_URL: https://taler.gls.de/thank-you-kyc.html # Tool to use for sanction list checking EXCHANGE_SANCTION_HELPER: taler-exchange-helper-sanctions-dummy diff --git a/inventories/host_vars/podman-localhost/test-public.yml b/inventories/host_vars/podman-localhost/test-public.yml @@ -42,7 +42,7 @@ EXCHANGE_SPA_DIALECT: "tops" # Business name of the exchange operator EXCHANGE_OPERATOR_LEGAL_NAME: "Taler Operations AG" # Where to send people after they passed KYC. -KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc +KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc.html # Template to use for identification of individuals with KYCAID KYCAID_TEMPLATE_INDIVIDUAL: tmpl_xxx # Template to use for identification of businesses with KYCAID diff --git a/inventories/host_vars/rusty/vars.yml b/inventories/host_vars/rusty/vars.yml @@ -50,7 +50,7 @@ EXCHANGE_SPA_DIALECT: "tops" # Business name of the exchange operator EXCHANGE_OPERATOR_LEGAL_NAME: "Taler Operations AG" # Where to send people after they passed KYC. -KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc +KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc.html # Template to use for identification of individuals with KYCAID KYCAID_TEMPLATE_INDIVIDUAL: tmpl_xxx # Template to use for identification of businesses with KYCAID diff --git a/inventories/host_vars/taler-gls-test-01/config.yml b/inventories/host_vars/taler-gls-test-01/config.yml @@ -52,7 +52,7 @@ EXCHANGE_SPA_DIALECT: "gls" # Business name of the exchange operator EXCHANGE_OPERATOR_LEGAL_NAME: "GLS Test" # Where to send people after they passed KYC. -KYC_THANK_YOU_URL: https://taler.gls.de/thank-you-kyc +KYC_THANK_YOU_URL: https://taler.gls.de/thank-you-kyc.html # Tool to use for sanction list checking EXCHANGE_SANCTION_HELPER: taler-exchange-helper-sanctions-dummy