Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ saml_*.key
**/node_modules
yarn-debug.log*
yarn-error.log*
.yarn-integrity
.yarn-integrity
1 change: 0 additions & 1 deletion app/forms/idv/api_image_upload_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Idv
class ApiImageUploadForm
include ActiveModel::Model
include ActionView::Helpers::TranslationHelper
include ApplicationHelper

validates_presence_of :front
validates_presence_of :back
Expand Down
2 changes: 1 addition & 1 deletion app/presenters/image_upload_response_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def url_options
private

def doc_auth_result_failed?
@form_response.to_h[:doc_auth_result] == DocAuth::Acuant::ResultCodes::FAILED.name
@form_response.to_h[:doc_auth_result] == DocAuth::LexisNexis::ResultCodes::FAILED.name
end

def show_hints?
Expand Down
69 changes: 0 additions & 69 deletions app/services/doc_auth/acuant/acuant_client.rb

This file was deleted.

27 changes: 0 additions & 27 deletions app/services/doc_auth/acuant/config.rb

This file was deleted.

18 changes: 0 additions & 18 deletions app/services/doc_auth/acuant/cropping_modes.rb

This file was deleted.

56 changes: 0 additions & 56 deletions app/services/doc_auth/acuant/pii_from_doc.rb

This file was deleted.

163 changes: 0 additions & 163 deletions app/services/doc_auth/acuant/request.rb

This file was deleted.

Loading