mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Error fix
This commit is contained in:
parent
3875e5f18a
commit
0349e63ccd
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: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)
|
xml.tag!('domain:crDate', @domain.created_at)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue