-
Notifications
You must be signed in to change notification settings - Fork 166
LG-9237: Send USPS the state instead of jurisdiction from state ID #8131
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -121,7 +121,7 @@ | |
| }", | ||
| city: Idp::Constants::MOCK_IDV_APPLICANT_STATE_ID_ADDRESS[:state_id_city], | ||
| state: Idp::Constants::MOCK_IDV_APPLICANT_STATE_ID_ADDRESS[ | ||
| :state_id_jurisdiction | ||
| :state_id_state | ||
| ], | ||
|
Comment on lines
123
to
125
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is short enough to fit on one line now rightj? state: Idp::Constants::MOCK_IDV_APPLICANT_STATE_ID_ADDRESS[:state_id_state],
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably could go on one line, but I'll leave that up to the next person who updates this file. |
||
| zip_code: Idp::Constants::MOCK_IDV_APPLICANT_STATE_ID_ADDRESS[:state_id_zipcode], | ||
| ) | ||
|
|
||
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.
🚀