mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Fix crID on create
This commit is contained in:
parent
bc97d0ca5f
commit
4659aa0cba
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ xml.epp_head do
|
|||
|
||||
xml.tag!('domain:clID', @domain.registrar_name)
|
||||
|
||||
xml.tag!('domain:crID', @domain.versions.first.reify.registrar) #TODO Registrar has to be specified
|
||||
xml.tag!('domain:crID', @domain.versions.first.reify.try(:registrar) || @domain.registrar) #TODO Registrar has to be specified
|
||||
|
||||
xml.tag!('domain:crDate', @domain.created_at)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue