mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
parent
40d64fb65b
commit
d801e18299
3 changed files with 0 additions and 3 deletions
1
.reek
1
.reek
|
@ -1091,7 +1091,6 @@ Attribute:
|
|||
- BankStatement#th6_file
|
||||
- Versions#version_loader
|
||||
- Contact#deliver_emails
|
||||
- Contact#domain_transfer
|
||||
- Contact#domains_present
|
||||
- Contact#legal_document_id
|
||||
- Counter#value
|
||||
|
|
|
@ -79,7 +79,6 @@ class Contact < ActiveRecord::Base
|
|||
PASSPORT = 'passport'
|
||||
|
||||
attr_accessor :deliver_emails
|
||||
attr_accessor :domain_transfer # hack but solves problem faster
|
||||
|
||||
#
|
||||
# STATUSES
|
||||
|
|
|
@ -655,7 +655,6 @@ class Epp::Domain < Domain
|
|||
oc.registrar_id = registrar_id
|
||||
oc.copy_from_id = c.id
|
||||
oc.generate_code
|
||||
oc.domain_transfer = true
|
||||
oc.remove_address unless Contact.address_processing?
|
||||
oc.save!(validate: false)
|
||||
oc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue