mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 21:25:39 +02:00
Comment future implementations
This commit is contained in:
parent
7bf31995d3
commit
61886f436b
1 changed files with 5 additions and 3 deletions
|
@ -154,9 +154,11 @@ module Concerns::Domain::ForceDelete # rubocop:disable Metrics/ModuleLength
|
|||
Time.zone.today + Setting.expire_warning_period.days + Setting.redemption_grace_period.days
|
||||
end
|
||||
|
||||
def notify_parties(reason)
|
||||
ent = notification_template if %w[ENTITY_BURIED EMAIL].include? reason
|
||||
ent ||= reason.downcase
|
||||
# Uncomment when we have template for phone / email as well
|
||||
def notify_parties(_reason)
|
||||
ent = notification_template
|
||||
# if %w[ENTITY_BURIED EMAIL].include? reason
|
||||
# ent ||= reason.downcase
|
||||
self.template_name = ent
|
||||
|
||||
save(validate: false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue