mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Fix some interaction calls
This commit is contained in:
parent
289d06e926
commit
c6f0c3f6a7
9 changed files with 30 additions and 25 deletions
|
@ -2,12 +2,12 @@ module Domains
|
|||
module ForceDelete
|
||||
class SetForceDelete < Base
|
||||
def execute
|
||||
compose(CheckDiscarded, inputs)
|
||||
compose(PrepareDomain, inputs)
|
||||
compose(SetStatus, inputs)
|
||||
compose(PostSetProcess, inputs)
|
||||
compose(NotifyRegistrar, inputs)
|
||||
compose(NotifyByEmail, inputs)
|
||||
compose(CheckDiscarded, inputs.to_h)
|
||||
compose(PrepareDomain, inputs.to_h)
|
||||
compose(SetStatus, inputs.to_h)
|
||||
compose(PostSetProcess, inputs.to_h)
|
||||
compose(NotifyRegistrar, inputs.to_h)
|
||||
compose(NotifyByEmail, inputs.to_h)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue