From ec34049dff00219dfbfce23967fcaae92a391bb6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Nov 2023 23:45:50 +0100 Subject: towards programmable oauth2 converters --- src/kyclogic/taler-exchange-kyc-kycaid-converter.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/kyclogic/taler-exchange-kyc-kycaid-converter.sh') 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 -- cgit v1.2.3