REPP: Domain transfer info test

This commit is contained in:
Karl Erik Õunapuu 2020-10-21 13:10:28 +03:00
parent 2a1967918c
commit 9a36b0403c
No known key found for this signature in database
GPG key ID: C9DD647298A34764
2 changed files with 41 additions and 1 deletions

View file

@ -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