Contact renew command returns appropriate error

This commit is contained in:
Andres Keskküla 2014-08-28 15:12:25 +03:00
parent 57b5008872
commit bb6b0610be
4 changed files with 30 additions and 0 deletions

View file

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