merchant

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

commit 6945c4865a7c373eef8ee90bf1a767b6df9bc292
parent 0bd63c1394e73d4eba97145724e953d16d3029c0
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 17 Apr 2022 19:18:57 +0200

-fix kyc config

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

diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf @@ -113,7 +113,8 @@ KYC_WITHDRAW_LIMIT = EUR:20 [exchange-kyc-oauth2] -KYC_OAUTH2_URL = http://localhost:6666/oauth/v2/login +KYC_OAUTH2_AUTH_URL = http://localhost:6666/oauth/v2/token +KYC_OAUTH2_LOGIN_URL = http://localhost:6666/oauth/v2/login KYC_INFO_URL = http://localhost:6666/api/user/me KYC_OAUTH2_CLIENT_ID = taler-exchange KYC_OAUTH2_CLIENT_SECRET = exchange-secret