added another breakpoints

This commit is contained in:
olegphenomenon 2021-10-25 15:35:00 +03:00
parent fccac285ac
commit b0ca5ddec0
2 changed files with 2 additions and 43 deletions

View file

@ -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