Skip to content

Commit

Permalink
Merge pull request #154 from department-of-veterans-affairs/issue#152
Browse files Browse the repository at this point in the history
reversed parameters in call to send_and_log_request, closes #152
  • Loading branch information
paultag committed Mar 10, 2016
2 parents 0bf00ba 72e5763 commit ac8109f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/appeal_repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 92,7 @@ def self.fetch_documents_for(appeal)
@vbms_client ||= init_vbms_client

request = VBMS::Requests::ListDocuments.new(sanitize_vbms_id(appeal.vbms_id))
send_and_log_request(request, appeal.vbms_id)
send_and_log_request(appeal.vbms_id, request)
end

def self.vbms_config
Expand Down

0 comments on commit ac8109f

Please sign in to comment.