mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
Fix CC issues
This commit is contained in:
parent
d4dc39bf22
commit
11d97358c1
16 changed files with 78 additions and 60 deletions
|
@ -3,12 +3,12 @@ module Epp
|
|||
skip_authorization_check
|
||||
|
||||
def error
|
||||
epp_errors.add(:epp_errors, code: params[:code], msg: params[:msg] )
|
||||
epp_errors.add(:epp_errors, code: params[:code], msg: params[:msg])
|
||||
render_epp_response '/epp/error'
|
||||
end
|
||||
|
||||
def command_handler
|
||||
epp_errors.add(:epp_errors, code: '2000', msg: 'Unknown command' )
|
||||
epp_errors.add(:epp_errors, code: '2000', msg: 'Unknown command')
|
||||
render_epp_response '/epp/error'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue