mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Add comment to code
This commit is contained in:
parent
5b273f0df2
commit
057e699272
1 changed files with 3 additions and 0 deletions
|
@ -691,6 +691,9 @@ class Epp::Domain < Domain
|
||||||
end
|
end
|
||||||
|
|
||||||
attach_legal_document(self.class.parse_legal_document_from_frame(frame))
|
attach_legal_document(self.class.parse_legal_document_from_frame(frame))
|
||||||
|
|
||||||
|
# we want to transfer data to new owner at any case.
|
||||||
|
# We also hope that if domain is not valid, new registrar would be better.
|
||||||
save!(validate: false)
|
save!(validate: false)
|
||||||
|
|
||||||
return dt
|
return dt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue