mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
comment out generating invoices via lhv transaction
This commit is contained in:
parent
de9504fef7
commit
ccd9260ce8
9 changed files with 62 additions and 91 deletions
|
@ -52,9 +52,10 @@ def base_request(url:, json_obj:)
|
|||
'Accept' => TOKEN
|
||||
}
|
||||
|
||||
|
||||
http.use_ssl = true
|
||||
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
|
||||
unless Rails.env.development?
|
||||
http.use_ssl = true
|
||||
http.verify_mode = OpenSSL::SSL::VERIFY_NONE
|
||||
end
|
||||
|
||||
http.post(url, json_obj.to_json, headers)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue