mirror of
https://github.com/internetee/registry.git
synced 2025-08-12 20:49:36 +02:00
110067564-job type and registrar id changes
This commit is contained in:
parent
fcc8bd6f54
commit
2802fcd0af
2 changed files with 2 additions and 2 deletions
|
@ -439,7 +439,7 @@ class Domain < ActiveRecord::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def pending_update!
|
def pending_update!
|
||||||
old_registrant_id = registrant_id
|
old_registrant_id = registrant_id_was
|
||||||
return true if pending_update?
|
return true if pending_update?
|
||||||
self.epp_pending_update = true # for epp
|
self.epp_pending_update = true # for epp
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ class RegistrantVerification < ActiveRecord::Base
|
||||||
def domain_registrant_change_reject!
|
def domain_registrant_change_reject!
|
||||||
self.action_type = DOMAIN_REGISTRANT_CHANGE
|
self.action_type = DOMAIN_REGISTRANT_CHANGE
|
||||||
self.action = REJECTED
|
self.action = REJECTED
|
||||||
DomainUpdateConfirmJob.enqueue domain.id, REJECTED if save
|
DomainUpdateConfirmJob.run domain.id, REJECTED if save
|
||||||
end
|
end
|
||||||
|
|
||||||
def domain_registrant_delete_confirm!
|
def domain_registrant_delete_confirm!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue