mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Contact renew command returns appropriate error
This commit is contained in:
parent
57b5008872
commit
bb6b0610be
4 changed files with 30 additions and 0 deletions
|
@ -41,6 +41,11 @@ module Epp
|
|||
render 'epp/contacts/info'
|
||||
end
|
||||
|
||||
def renew_contact
|
||||
epp_errors << { code: '2101', msg: t(:'errors.messages.unimplemented_command') }
|
||||
handle_errors
|
||||
end
|
||||
|
||||
## HELPER METHODS
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue