mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Rename Message to Notification
This commit is contained in:
parent
5ba2170324
commit
8765baf319
32 changed files with 243 additions and 229 deletions
|
@ -73,8 +73,8 @@ class DomainTransfer < ActiveRecord::Base
|
|||
old_contacts_codes = domain.contacts.pluck(:code).sort.uniq.join(', ')
|
||||
old_registrant_code = domain.registrant.code
|
||||
|
||||
old_registrar.messages.create!(
|
||||
body: I18n.t('messages.texts.domain_transfer',
|
||||
old_registrar.notifications.create!(
|
||||
body: I18n.t('notifications.texts.domain_transfer',
|
||||
domain_name: domain.name,
|
||||
old_contacts_codes: old_contacts_codes,
|
||||
old_registrant_code: old_registrant_code),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue