mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 01:36:02 +02:00
Registrant API: Add registrant ident to simplified domains list
This commit is contained in:
parent
bc69e05c91
commit
d3079bb8ee
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ module Serializers
|
|||
registrant_verification_asked_at: domain.registrant_verification_asked_at,
|
||||
registrar: { name: domain.registrar.name, website: domain.registrar.website },
|
||||
registrant: { name: domain.registrant.name, id: domain.registrant.uuid,
|
||||
phone: domain.registrant.phone, email: domain.registrant.email }
|
||||
phone: domain.registrant.phone, email: domain.registrant.email,
|
||||
ident: domain.registrant.ident }
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue