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
7 changes: 0 additions & 7 deletions app/services/usps_in_person_proofing/enrollment_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ def send_ready_to_verify_email(user, enrollment)
end
end

def establishing_in_person_enrollment_for_user(user)
enrollment = user.establishing_in_person_enrollment
return enrollment if enrollment.present?

InPersonEnrollment.create!(user: user, profile: nil)
end

def create_usps_enrollment(enrollment, pii)
# Use the enrollment's unique_id value if it exists, otherwise use the deprecated
# #usps_unique_id value in order to remain backwards-compatible. LG-7024 will remove this
Expand Down