Skip to content

Commit

Permalink
Merge pull request #10488 from Expensify/rocio-APILegal
Browse files Browse the repository at this point in the history
Use legal names for updating wallet
  • Loading branch information
cristipaval authored Sep 6, 2022
2 parents 649c24e + 23a6207 commit 85172f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/actions/Wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ function updatePersonalDetails(personalDetails) {
const ssn = personalDetails.ssn || '';
const phoneNumber = personalDetails.phoneNumber || '';
API.write('UpdatePersonalDetailsForWallet', {
firstName,
lastName,
legalFirstName: firstName,
legalLastName: lastName,
dob,
addressStreet,
addressCity,
Expand Down

0 comments on commit 85172f7

Please sign in to comment.