18F/identity-idp

View on GitHub
app/views/idv/document_capture/show.html.erb

Summary

Maintainability
Test Coverage
<%= render(
      'idv/shared/document_capture',
      document_capture_session_uuid: document_capture_session_uuid,
      flow_path: 'standard',
      sp_name: decorated_sp_session.sp_name,
      failure_to_proof_url: failure_to_proof_url,
      acuant_sdk_upgrade_a_b_testing_enabled: acuant_sdk_upgrade_a_b_testing_enabled,
      use_alternate_sdk: use_alternate_sdk,
      acuant_version: acuant_version,
      opted_in_to_in_person_proofing: opted_in_to_in_person_proofing,
      skip_doc_auth: skip_doc_auth,
      skip_doc_auth_from_how_to_verify: skip_doc_auth_from_how_to_verify,
      skip_doc_auth_from_handoff: skip_doc_auth_from_handoff,
      doc_auth_selfie_capture: doc_auth_selfie_capture,
      mock_client: mock_client,
    ) %>