Skip to content

Commit

Permalink
[SDK-260]: Corrected README - removed age_verified
Browse files Browse the repository at this point in the history
  • Loading branch information
echarrod committed Feb 6, 2018
1 parent 1b78a0b commit c9bd950
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ family_name = user_profile.get('family_name')
full_name = user_profile.get('full_name')
phone_number = user_profile.get('phone_number')
date_of_birth = user_profile.get('date_of_birth')
age_verified = user_profile.get('age_verified')
postal_address = user_profile.get('postal_address')
gender = user_profile.get('gender')
nationality = user_profile.get('nationality')
Expand Down

0 comments on commit c9bd950

Please sign in to comment.