mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Handle EPP contact:transfer
This commit is contained in:
parent
e3bcc0badb
commit
397136ef13
5 changed files with 34 additions and 0 deletions
|
@ -76,6 +76,12 @@ module Epp
|
|||
handle_errors
|
||||
end
|
||||
|
||||
def transfer
|
||||
authorize! :transfer, Epp::Contact
|
||||
epp_errors << { code: '2101', msg: t(:'errors.messages.unimplemented_command') }
|
||||
handle_errors
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def find_password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue