Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update user verifications #107

Merged
merged 1 commit into from
May 22, 2018
Merged

Update user verifications #107

merged 1 commit into from
May 22, 2018

Conversation

SandroMachado
Copy link
Contributor

This PR updates the user verifications.

@SandroMachado SandroMachado force-pushed the feature/update-verifications branch 2 times, most recently from 8c8de1f to b5415ab Compare May 18, 2018 11:09
@@ -382,11 +382,13 @@ public static User loadUser(HashMap<String, String> fields) {
VerificationParameter verificationsBirthdate = new VerificationParameter(fakerFields.get("verificationsReasonBirthdate"), fakerFields.get("verificationsStatusBirthdate"));
VerificationParameter verificationsDocuments = new VerificationParameter(fakerFields.get("verificationsReasonDocuments"), fakerFields.get("verificationsStatusDocuments"));
VerificationParameter verificationsEmail = new VerificationParameter(fakerFields.get("verificationsReasonEmail"), fakerFields.get("verificationsStatusEmail"));
VerificationParameter verificationsFinacial = new VerificationParameter(fakerFields.get("verificationsReasonFinancial"), fakerFields.get("verificationsStatusFinancial"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this being used somewhere?

@d-moreira d-moreira merged commit 5e60c8f into master May 22, 2018
@d-moreira d-moreira deleted the feature/update-verifications branch May 22, 2018 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants