blockmason / lndr-mobile

LNDR mobile app in React Native
http://lndr.io/
15 stars 10 forks source link

KYC fixes based on SumSub comments. Moved idDocs array up one level #376

Closed willbach closed 6 years ago

willbach commented 6 years ago
  1. Problem: the JSON being passed for KYC included the idDocs array. This array is used to create the accounts, but should not be passed to SumSub. The
  2. Solution: move the idDocs property up a level in the KYC object for the server.
  3. Concerns: none
  4. Blockers: Note, this is a breaking change and will only work once the server PR (https://github.com/blockmason/lndr/pull/201) has been merged

This PR also contains changes to make the iOS build work correctly in the new XCode