mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Merge branch 'master' of github.com:internetee/registry
This commit is contained in:
commit
341e3b8cee
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ xml.epp_head do
|
|||
|
||||
xml.tag!('domain:clID', @domain.owner_contact_code)
|
||||
|
||||
xml.tag!('domain:crID', @domain.registrar_name)
|
||||
xml.tag!('domain:crID', @domain.registrar_name) if @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