-
Notifications
You must be signed in to change notification settings - Fork 66
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
Api 26640 establish 526 claim #12907
Conversation
Add serviceInformation Map date
And 3 open questions
# evss_data = evss_mapper_service(auto_claim).map_claim | ||
# evss_claim = evss_service.submit(auto_claim, evss_data) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm leaving these commented out for now since the container itself seems flaky, I don't want another dev to get stuck trying to figure out why this endpoint doesn't work sometimes.
secondary.except(:exposureOrEventOrInjury, :approximateDate) | ||
end | ||
|
||
disability[:specialIssues] = 'PACT' if disability[:isRelatedToToxicExposure] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not 💯 on this one, sometimes they complain about it, sometimes they don't, so this may need to be something else (I.E. ['PACT']
or {code: 'PACT', name: 'PACT'}
)
modules/claims_api/lib/claims_api/v2/disability_compensation_evss_mapper.rb
Show resolved
Hide resolved
|
||
def change_of_address | ||
return if @data[:changeOfAddress].blank? | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at https://jira.devops.va.gov/browse/API-26640 it looks like we only need veteranIdentification, not ChangeOfAddress.
modules/claims_api/lib/claims_api/v2/disability_compensation_evss_mapper.rb
Show resolved
Hide resolved
It seems PACT isn't a valid value, though...
Finally got the mapper working mostly - PACT mapping still needs done, but got moved to another ticket
Summary
Related issue(s)
Testing done
rspec
What areas of the site does it impact?
Claims V2 526 submission
Acceptance criteria