gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 126/151: complete config


From: gnunet
Subject: [taler-exchange] 126/151: complete config
Date: Tue, 30 Jul 2024 23:38:16 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 012973ca977179e2d4f801aa06c77ca9052c5990
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 26 09:22:06 2024 +0200

    complete config
---
 src/exchange/taler-exchange-httpd_common_kyc.c     | 2 +-
 src/testing/test_exchange_api.conf                 | 2 ++
 src/testing/test_exchange_api_age_restriction.conf | 2 ++
 src/testing/test_kyc_api.conf                      | 6 ++----
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_common_kyc.c 
b/src/exchange/taler-exchange-httpd_common_kyc.c
index ae593467e..c2fbcbd7f 100644
--- a/src/exchange/taler-exchange-httpd_common_kyc.c
+++ b/src/exchange/taler-exchange-httpd_common_kyc.c
@@ -1,6 +1,6 @@
 /*
   This file is part of TALER
-  Copyright (C) 2023 Taler Systems SA
+  Copyright (C) 2023, 2024 Taler Systems SA
 
   TALER is free software; you can redistribute it and/or modify it under the
   terms of the GNU Affero General Public License as published by the Free 
Software
diff --git a/src/testing/test_exchange_api.conf 
b/src/testing/test_exchange_api.conf
index 00c1207ff..5ab76eab5 100644
--- a/src/testing/test_exchange_api.conf
+++ b/src/testing/test_exchange_api.conf
@@ -120,6 +120,8 @@ REQUIRES =
 FALLBACK = manual-freeze
 # This check runs on oauth2
 PROVIDER_ID = test-oauth2
+# Outputs from this check
+OUTPUTS = full_name birthdate
 
 # This is the "default" setting for an account if
 # it has not yet triggered anything.
diff --git a/src/testing/test_exchange_api_age_restriction.conf 
b/src/testing/test_exchange_api_age_restriction.conf
index 62a83aaa4..d7780e7e2 100644
--- a/src/testing/test_exchange_api_age_restriction.conf
+++ b/src/testing/test_exchange_api_age_restriction.conf
@@ -102,6 +102,8 @@ REQUIRES =
 FALLBACK = manual-freeze
 # This check runs on oauth2
 PROVIDER_ID = test-oauth2
+# Outputs from this check
+OUTPUTS = full_name birthdate
 
 # This is the "default" setting for an account if
 # it has not yet triggered anything.
diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf
index 10c1817fc..6973aabfa 100644
--- a/src/testing/test_kyc_api.conf
+++ b/src/testing/test_kyc_api.conf
@@ -5,8 +5,6 @@
 
 [kyc-provider-test-oauth2]
 LOGIC = oauth2
-USER_TYPE = INDIVIDUAL
-PROVIDED_CHECKS = DUMMY
 KYC_OAUTH2_VALIDITY = forever
 KYC_OAUTH2_TOKEN_URL = http://localhost:6666/oauth/v2/token
 KYC_OAUTH2_AUTHORIZE_URL = http://localhost:6666/oauth/v2/login
@@ -14,9 +12,9 @@ KYC_OAUTH2_INFO_URL = http://localhost:6666/api/user/me
 KYC_OAUTH2_CLIENT_ID = taler-exchange
 KYC_OAUTH2_CLIENT_SECRET = exchange-secret
 KYC_OAUTH2_POST_URL = http://example.com/
-CONVERTER = cat
 KYC_OAUTH2_CONVERTER_HELPER = taler-exchange-kyc-oauth2-test-converter.sh
-# "{"full_name":"{{last_name}}, {{first_name}}"}"
+# Outputs from this check
+OUTPUTS = full_name birthdate
 
 [kyc-legitimization-balance-high]
 OPERATION_TYPE = BALANCE

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]