mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
fixed codeclimate errors (partically)
This commit is contained in:
parent
3f41ce4ab4
commit
f4e0084895
103 changed files with 339 additions and 367 deletions
|
@ -26,7 +26,7 @@ namespace :dev do
|
|||
http.ca_file = ENV['lhv_ca_file']
|
||||
|
||||
http.start do
|
||||
response = http.post(api_base_uri.path + '/payment', request_body, request_headers)
|
||||
response = http.post("#{api_base_uri.path}/payment", request_body, request_headers)
|
||||
|
||||
if response.is_a?(Net::HTTPSuccess)
|
||||
puts 'Success'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue