mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Domain create fix
This commit is contained in:
parent
050e251a58
commit
bcc4df6bed
2 changed files with 5 additions and 7 deletions
|
@ -2,7 +2,7 @@ class Epp::DomainsController < EppController
|
|||
skip_authorization_check # TODO: remove it
|
||||
|
||||
def create
|
||||
@domain = Epp::EppDomain.new(params[:parsed_frame], current_user)
|
||||
@domain = Epp::EppDomain.new_from_epp(params[:parsed_frame], current_user)
|
||||
# @domain.parse_and_attach_domain_dependencies(params[:parsed_frame])
|
||||
# @domain.parse_and_attach_ds_data(params[:parsed_frame].css('extension create'))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue