LG-16031: Send only first part of last name to AAMVA#12054
Merged
Conversation
| end | ||
|
|
||
| describe 'compound last names' do | ||
| let(:applicant_data) { super().merge(last_name: 'McFirst McSecond') } |
Contributor
There was a problem hiding this comment.
would it be preferable to turn the last name into a variable like we do for state_id_number and state_id_jurisdiction?
mitchellhenke
approved these changes
Apr 4, 2025
* Send only first part of last name to AAMVA for DC, WV **Why**: Apparently the backend processors for DC and WV only process matches up to the first "word" of a last name * fixup: use correct let() * Update reference to last_name
changelog: Bug Fixes, Identity Proofing, Split last names with space configurable opt-in by AAMVA state
0354ffb to
871a3e3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎫 Ticket
Link to the relevant ticket:
LG-16031
🛠 Summary of changes
Send only the first part of a last name that contains a space to states as configured.
📜 Testing Plan