merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 51ee9c489a0f2c5749d84af39bb3e27fc99cf682
parent f79387a55b209a438389127a2a14961710753eed
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 May 2023 22:36:49 +0200

OAUTH args renamed

Diffstat:
Msrc/testing/test_kyc_api.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf @@ -113,8 +113,8 @@ LOGIC = oauth2 USER_TYPE = BUSINESS PROVIDED_CHECKS = DUMMY KYC_OAUTH2_VALIDITY = forever -KYC_OAUTH2_AUTH_URL = http://localhost:6666/oauth/v2/token -KYC_OAUTH2_LOGIN_URL = http://localhost:6666/oauth/v2/login +KYC_OAUTH2_TOKEN_URL = http://localhost:6666/oauth/v2/token +KYC_OAUTH2_AUTHORIZE_URL = http://localhost:6666/oauth/v2/login KYC_OAUTH2_INFO_URL = http://localhost:6666/api/user/me KYC_OAUTH2_CLIENT_ID = taler-exchange KYC_OAUTH2_CLIENT_SECRET = exchange-secret