commit 7ce5a97d50278b3cdddf205749df01f449c51348
parent accd9c17b02841e641b144895b05b49dc4fe9a14
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 12 Jun 2025 23:57:54 +0200
fix configuration to match latest exchange version
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
@@ -74,7 +74,7 @@ FALLBACK = manual-freeze
# This check runs on oauth2
PROVIDER_ID = test-oauth2
# Outputs from this check
-OUTPUTS = full_name birthdate
+OUTPUTS = FULL_NAME DATE_OF_BIRTH
[kyc-check-test-form]
VOLUNTARY = NO
@@ -89,7 +89,7 @@ FALLBACK = manual-freeze
# This check runs on oauth2
FORM_NAME = full_name_and_birthdate
# Outputs from this check
-OUTPUTS = full_name birthdate
+OUTPUTS = FULL_NAME DATE_OF_BIRTH
# This is the "default" setting for an account if
# it has not yet triggered anything.