Skip to content

Commit

Permalink
adjusts headers on LGY get_document method (#10685)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottymeyers authored Sep 14, 2022
1 parent 2797f37 commit ad48ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lgy/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_document(id)
:get,
"#{end_point}/document/#{id}/file",
{ 'edipi' => @edipi, 'icn' => @icn },
request_headers
request_headers.merge(pdf_headers)
)
end
rescue Common::Client::Errors::ClientError => e
Expand Down

0 comments on commit ad48ae0

Please sign in to comment.