mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Remove TODO
This commit is contained in:
parent
af4ef78e5f
commit
545e828fdf
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class EppController < ApplicationController
|
|||
request: params[:raw_frame] || params[:frame],
|
||||
request_command: request_command,
|
||||
request_successful: epp_errors.empty?,
|
||||
request_object: params[:epp_object_type], # TODO: fix this for login and logout
|
||||
request_object: params[:epp_object_type],
|
||||
response: @response,
|
||||
api_user_name: @epp_user.try(:to_s) || current_epp_user.try(:to_s),
|
||||
api_user_registrar: @epp_user.try(:registrar).try(:to_s) || current_epp_user.try(:registrar).try(:to_s),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue