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 authored and gpmayorga committed Sep 26, 2023
1 parent 63077e1 commit 3ab4017
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 3ab4017

Please sign in to comment.