mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
added logs to company register
This commit is contained in:
parent
5778c5e4e9
commit
025eb26f3b
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ module Contact::CompanyRegister
|
|||
end
|
||||
|
||||
def return_company_status
|
||||
Rails.logger.info "ident: #{ident}"
|
||||
Rails.logger.info "org?: #{org?}"
|
||||
Rails.logger.info "return_company_data: #{return_company_data.inspect}"
|
||||
|
||||
return if return_company_data.blank?
|
||||
|
||||
return_company_data.first[:status]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue