mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 10:49:39 +02:00
Merge updates and fixes
This commit is contained in:
parent
67a7c66917
commit
18c80fab23
4 changed files with 9 additions and 11 deletions
|
@ -208,7 +208,7 @@ class Epp::DomainsController < EppController
|
|||
|
||||
return domain if domain.auth_info == params[:parsed_frame].css('authInfo pw').text
|
||||
|
||||
if (domain.registrar != current_api_user.registrar) && secure[:secure] == true
|
||||
if (domain.registrar != current_user.registrar) && secure[:secure] == true
|
||||
epp_errors << {
|
||||
code: '2302',
|
||||
msg: I18n.t('errors.messages.domain_exists_but_belongs_to_other_registrar'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue