summaryrefslogtreecommitdiff
path: root/src/kyclogic/taler-exchange-kyc-kycaid-converter.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-11-02 23:45:50 +0100
committerChristian Grothoff <christian@grothoff.org>2023-11-02 23:45:50 +0100
commitec34049dff00219dfbfce23967fcaae92a391bb6 (patch)
treee9cae104b0cba1a788566cd359867d07259801e5 /src/kyclogic/taler-exchange-kyc-kycaid-converter.sh
parentf5cad7636211c03cf4c023df4e9275d603cd1770 (diff)
downloadexchange-ec34049dff00219dfbfce23967fcaae92a391bb6.tar.gz
exchange-ec34049dff00219dfbfce23967fcaae92a391bb6.tar.bz2
exchange-ec34049dff00219dfbfce23967fcaae92a391bb6.zip
towards programmable oauth2 converters
Diffstat (limited to 'src/kyclogic/taler-exchange-kyc-kycaid-converter.sh')
-rwxr-xr-xsrc/kyclogic/taler-exchange-kyc-kycaid-converter.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kyclogic/taler-exchange-kyc-kycaid-converter.sh b/src/kyclogic/taler-exchange-kyc-kycaid-converter.sh
index 96aca2b80..175a16137 100755
--- a/src/kyclogic/taler-exchange-kyc-kycaid-converter.sh
+++ b/src/kyclogic/taler-exchange-kyc-kycaid-converter.sh
@@ -78,7 +78,6 @@ then
else
# Combine into final result for business.
echo "$J" | jq \
- --arg full_name "${FULLNAME}" \
$DOCS_RAW \
"{\"company_name\":.company_name,\"phone\":.phone,\"email\":.email,\"registration_country\":.registration_country,\"documents\":[${DOCS_JSON}]}"
fi