commit feae9ee01a3a705eb3710346044c8d7be5192365
parent e16713cb47b8625473da56835779914189264dc5
Author: Florian Dold <florian@dold.me>
Date: Mon, 19 Aug 2024 19:23:24 +0200
kyc config
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh
@@ -348,12 +348,12 @@ COMMAND = taler-exchange-helper-measure-test-form
ENABLED = true
DESCRIPTION = test p1
FALLBACK = m1
-OUTPUTS = full_name; birthdate
[kyc-check-c1]
TYPE = FORM
FORM_NAME = name_and_dob
DESCRIPTION = name and date of birth
+OUTPUTS = full_name; birthdate
FALLBACK = m1
EOF