mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +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
|
@ -23,7 +23,7 @@ class RegistrantVerification < ActiveRecord::Base
|
|||
def domain_registrant_change_reject!
|
||||
self.action_type = DOMAIN_REGISTRANT_CHANGE
|
||||
self.action = REJECTED
|
||||
DomainUpdateConfirmJob.enqueue domain.id, REJECTED if save
|
||||
DomainUpdateConfirmJob.run domain.id, REJECTED if save
|
||||
end
|
||||
|
||||
def domain_registrant_delete_confirm!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue