Skip to content

Commit

Permalink
Allow onboarding for users not living in country of their passport
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Sep 14, 2023
1 parent 85036ce commit 60062e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onboarding-api/src/controllers/user/startKyc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const startKycController = async (req: Request<any, any, InferType<typeof
reference: kycReference,
callback_url: '',
email: userData?.email ?? '',
country: body.countryOfCitizenship,
country: '',
language: 'EN',
redirect_url: '',
verification_mode: 'any',
Expand Down

0 comments on commit 60062e6

Please sign in to comment.