From 545e828fdf276147e95d920cab0817fcdfd5c692 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Fri, 16 Jan 2015 18:01:14 +0200 Subject: [PATCH] Remove TODO --- app/controllers/epp_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/epp_controller.rb b/app/controllers/epp_controller.rb index 254d79e51..700d9eaed 100644 --- a/app/controllers/epp_controller.rb +++ b/app/controllers/epp_controller.rb @@ -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),