mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
REPP: Domain transfer info test
This commit is contained in:
parent
2a1967918c
commit
9a36b0403c
2 changed files with 41 additions and 1 deletions
|
@ -90,7 +90,7 @@ module Repp
|
|||
|
||||
return if @domain.transfer_code.eql?(request.headers['Auth-Code'])
|
||||
|
||||
@epp_errors << { code: '401', msg: I18n.t('errors.messages.epp_authorization_error') }
|
||||
@epp_errors << { code: 2202, msg: I18n.t('errors.messages.epp_authorization_error') }
|
||||
handle_errors
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue