aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-02 16:07:22 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-02 16:07:22 +0100
commitc3741f0d61637382ad72693a655a0eeffb4174d4 (patch)
treeeac656487a9329b40775ccdfad5d2f2ae6905868 /src
parent9279bf3a2416172ce03613d71060306cff18a9fa (diff)
downloadexchange-c3741f0d61637382ad72693a655a0eeffb4174d4.tar.xz
-typo
Diffstat (limited to 'src')
-rwxr-xr-xsrc/testing/taler-unified-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
index dd4356cff..faa02a3b1 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -525,7 +525,7 @@ then
if [ "${CHALLENGER_URL}info" = "$INFO" ]
then
echo -n "Enabling Challenger client for $SECTION"
- CLIENT_SECRET=$(taler-config -c "$CONF" -s "$SECTION" -o "CLIENT_SECRET")
+ CLIENT_SECRET=$(taler-config -c "$CONF" -s "$SECTION" -o "KYC_OAUTH2_CLIENT_SECRET")
REDIRECT_URI="${EXCHANGE_URL}kyc-proof/kyc-provider-example-challeger"
CLIENT_ID=$(challenger-admin --add="${CLIENT_SECRET}" "${REDIRECT_URI}")
taler-config -c "$CONF" -s "$SECTION" -o KYC_OAUTH2_CLIENT_ID -V "$CLIENT_ID"