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
8 changes: 0 additions & 8 deletions app/services/idv/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ class Session
phone_for_mobile_flow
pii
previous_phone_step_params
profile_confirmation
profile_id
profile_step_params
redo_document_capture
resolution_successful
skip_hybrid_handoff
Expand Down Expand Up @@ -186,16 +184,10 @@ def clear_applicant!

def mark_verify_info_step_complete!
session[:resolution_successful] = true
# This is here to maintain backwards compadibility with old code.
# Once the code that checks `profile_confirmation` is removed from prod
# this setter and eventually the value in the Idv::Session struct itself
# can be removed.
session[:profile_confirmation] = true
end

def invalidate_verify_info_step!
session[:resolution_successful] = nil
session[:profile_confirmation] = nil
end

def invalidate_steps_after_verify_info!
Expand Down