Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegPhenomenon committed Nov 22, 2024
1 parent 3869db4 commit 6c2af38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/.idea
/eestiInternetiSa
/coverage
.DS_Store

# Ignore all logfiles and tempfiles.
/log/*
Expand Down
2 changes: 1 addition & 1 deletion app/jobs/payment_lhv_connect_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def send_transactions(params:, payment_reference_number:)

uri = URI.parse(url[reference.initiator.to_sym])
http = Net::HTTP.new(uri.host, uri.port)

if Rails.env.development? || Rails.env.test?
http.use_ssl = true
http.verify_mode = OpenSSL::SSL::VERIFY_NONE # :brakemanignore: SSLVerify
Expand Down

0 comments on commit 6c2af38

Please sign in to comment.