mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Basic poll implementation
This commit is contained in:
parent
c0edfd4b5b
commit
6888cd15a4
13 changed files with 82 additions and 21 deletions
|
@ -80,7 +80,9 @@ module Epp::DomainsHelper
|
|||
@domain = find_domain(secure: false)
|
||||
|
||||
handle_errors(@domain) and return unless @domain
|
||||
handle_errors(@domain) and return unless @domain.transfer(domain_transfer_params)
|
||||
|
||||
@domain_transfer = @domain.transfer(domain_transfer_params)
|
||||
handle_errors(@domain) and return unless @domain_transfer
|
||||
|
||||
render '/epp/domains/transfer'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue