Add comment to code

This commit is contained in:
Vladimir Krylov 2015-12-04 17:49:51 +02:00
parent 5b273f0df2
commit 057e699272

View file

@ -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