mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Fix some CC issues
This commit is contained in:
parent
f6580bd79a
commit
eb19412643
3 changed files with 17 additions and 10 deletions
|
@ -24,7 +24,8 @@ module Epp
|
|||
|
||||
@contact = Epp::Contact.new(params[:parsed_frame], current_user.registrar)
|
||||
collected_data = ::Deserializers::Xml::ContactCreate.new(params[:parsed_frame])
|
||||
action = Actions::ContactCreate.new(@contact, collected_data.legal_document, collected_data.ident)
|
||||
action = Actions::ContactCreate.new(@contact, collected_data.legal_document,
|
||||
collected_data.ident)
|
||||
|
||||
if action.call
|
||||
if !address_processing? && address_given?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue