mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Story#109367018 reset all domains data
This commit is contained in:
parent
33d141e74b
commit
eff9a076ae
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class DomainUpdateConfirmJob < Que::Job
|
||||||
e.instance_variable_set("@changed_attributes", e.changed_attributes.merge("statuses"=>[]))
|
e.instance_variable_set("@changed_attributes", e.changed_attributes.merge("statuses"=>[]))
|
||||||
end
|
end
|
||||||
domain.clean_pendings!
|
domain.clean_pendings!
|
||||||
domain.update_whois_record
|
WhoisRecord.find_by(domain_id: domain.id).save!
|
||||||
when RegistrantVerification::REJECTED
|
when RegistrantVerification::REJECTED
|
||||||
domain.send_mail :pending_update_rejected_notification_for_new_registrant
|
domain.send_mail :pending_update_rejected_notification_for_new_registrant
|
||||||
domain.poll_message!(:poll_pending_update_rejected_by_registrant)
|
domain.poll_message!(:poll_pending_update_rejected_by_registrant)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue