Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/services/proofing/aamva/request/verification_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ def build_request_headers
end

def message_destination_id
# Note: AAMVA uses this field to route the request to the appropriate state DMV.
# We are required to use 'P6' as the jurisdiction when we make requests
# in the AAMVA CERT/Test environment.
return 'P6' if config.cert_enabled.to_s == 'true'
applicant.state_id_data.state_id_jurisdiction
end
Expand Down