mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
business contact validation + tests
This commit is contained in:
parent
4ed6e90893
commit
6ff5e55a24
23 changed files with 962 additions and 2 deletions
|
@ -19,6 +19,13 @@ class ContactInformMailer < ApplicationMailer
|
|||
mail(to: contact.email, subject: subject)
|
||||
end
|
||||
|
||||
def company_liquidation(contact:)
|
||||
@registrant = contact
|
||||
|
||||
subject = "Kas soovite oma .ee domeeni säilitada? / Do you wish to preserve your .ee registration?"
|
||||
mail(to: contact.email, subject: subject)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def address_processing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue