transfer code change during registrant change

This commit is contained in:
olegphenomenon 2023-01-03 11:54:04 +02:00
parent e2c6c9ef97
commit 8916bcd0d6
4 changed files with 31 additions and 186 deletions

View file

@ -68,6 +68,7 @@ module Actions
I18n.t(:object_status_prohibits_operation))
else
domain.registrant = new_registrant
domain.transfer_code = SecureRandom.hex
end
end