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

Household member address is missing from backend applications service #1105

Closed
jaredcwhite opened this issue Apr 6, 2021 · 0 comments · Fixed by #1107
Closed

Household member address is missing from backend applications service #1105

jaredcwhite opened this issue Apr 6, 2021 · 0 comments · Fixed by #1107
Assignees
Labels
high priority This issue is of critical importance

Comments

@jaredcwhite
Copy link
Collaborator

jaredcwhite commented Apr 6, 2021

The address of household members isn't getting included in the JSON response from the backend applications service. The data appears to be included in the DB/seed data however. I think it's likely a join statement is missing.

"householdMembers": [
  {
    "orderId": 1,
    "firstName": "First",
    "middleName": "Middle",
    "lastName": "Last",
    "birthMonth": "01",
    "birthDay": "30",
    "birthYear": "1960",
    "emailAddress": "household@example.com",
    "noEmail": false,
    "phoneNumber": "(123) 123-1231",
    "phoneNumberType": "cell",
    "noPhone": false,
    "sameAddress": "no",
    "relationship": "parent",
    "workInRegion": "no",
    "id": "00f4d44b-1470-4e1c-b29a-c393ff6a1805",
    "createdAt": "2021-04-06T00:45:58.367Z",
    "updatedAt": "2021-04-06T00:45:58.367Z"
  }
]

(missing address key in the above)

@jaredcwhite jaredcwhite added the high priority This issue is of critical importance label Apr 6, 2021
@pbn4 pbn4 closed this as completed in #1107 Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority This issue is of critical importance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants