Skip to content

Commit

Permalink
remove country_residence=us for sanctionsio queries
Browse files Browse the repository at this point in the history
  • Loading branch information
calebtuttle committed Jan 7, 2025
1 parent 01bc2cd commit 10c2ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/aml-sessions/endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,8 @@ async function issueCreds(req, res) {
sanctionsUrl.searchParams.append('name', `${firstName} ${lastName}`)
sanctionsUrl.searchParams.append('date_of_birth', dateOfBirth)
sanctionsUrl.searchParams.append('entity_type', 'individual')
sanctionsUrl.searchParams.append('country_residence', 'us')
// TODO: Add country_residence to zkp
// sanctionsUrl.searchParams.append('country_residence', 'us')
const config = {
headers: {
'Accept': 'application/json; version=2.2',
Expand Down

0 comments on commit 10c2ee6

Please sign in to comment.