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
|
- BankStatement#th6_file
|
||||||
- Versions#version_loader
|
- Versions#version_loader
|
||||||
- Contact#deliver_emails
|
- Contact#deliver_emails
|
||||||
- Contact#domain_transfer
|
|
||||||
- Contact#domains_present
|
- Contact#domains_present
|
||||||
- Contact#legal_document_id
|
- Contact#legal_document_id
|
||||||
- Counter#value
|
- Counter#value
|
||||||
|
|
|
@ -79,7 +79,6 @@ class Contact < ActiveRecord::Base
|
||||||
PASSPORT = 'passport'
|
PASSPORT = 'passport'
|
||||||
|
|
||||||
attr_accessor :deliver_emails
|
attr_accessor :deliver_emails
|
||||||
attr_accessor :domain_transfer # hack but solves problem faster
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# STATUSES
|
# STATUSES
|
||||||
|
|
|
@ -655,7 +655,6 @@ class Epp::Domain < Domain
|
||||||
oc.registrar_id = registrar_id
|
oc.registrar_id = registrar_id
|
||||||
oc.copy_from_id = c.id
|
oc.copy_from_id = c.id
|
||||||
oc.generate_code
|
oc.generate_code
|
||||||
oc.domain_transfer = true
|
|
||||||
oc.remove_address unless Contact.address_processing?
|
oc.remove_address unless Contact.address_processing?
|
||||||
oc.save!(validate: false)
|
oc.save!(validate: false)
|
||||||
oc
|
oc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue