mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Move interactor from Interactor gem to ActiveInteraction
This commit is contained in:
parent
3c7fa88463
commit
bce39e3404
17 changed files with 70 additions and 65 deletions
|
@ -53,7 +53,7 @@ module Concerns::Domain::ForceDelete # rubocop:disable Metrics/ModuleLength
|
|||
end
|
||||
|
||||
def schedule_force_delete(type: :fast_track, notify_by_email: false)
|
||||
Domain::ForceDeleteInteractor::SetForceDelete.call(domain: self,
|
||||
Domain::ForceDeleteInteraction::SetForceDelete.run(domain: self,
|
||||
type: type,
|
||||
notify_by_email: notify_by_email)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue