mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Strip and downcase domain name before processing
This commit is contained in:
parent
4659aa0cba
commit
35d836531e
6 changed files with 25 additions and 10 deletions
|
@ -36,7 +36,7 @@ xml.epp_head do
|
|||
|
||||
xml.tag!('domain:clID', @domain.registrar_name)
|
||||
|
||||
xml.tag!('domain:crID', @domain.versions.first.reify.try(:registrar) || @domain.registrar) #TODO Registrar has to be specified
|
||||
xml.tag!('domain:crID', @domain.versions.first.try(: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