mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
added another breakpoints
This commit is contained in:
parent
fccac285ac
commit
b0ca5ddec0
2 changed files with 2 additions and 43 deletions
|
@ -20,7 +20,8 @@ class RegistrantUser < User
|
|||
def companies(company_register = CompanyRegister::Client.new)
|
||||
return [] if ident.include?('-')
|
||||
|
||||
company_register.representation_rights(citizen_personal_code: ident,
|
||||
p "++++++++++++++++++++++++++++++++++++++++"
|
||||
p company_register.representation_rights(citizen_personal_code: ident,
|
||||
citizen_country_code: country.alpha3)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue