mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
Epp search
This commit is contained in:
parent
365e27086f
commit
bf044e77bb
7 changed files with 64 additions and 6 deletions
|
@ -172,6 +172,7 @@ class EppController < ApplicationController
|
|||
|
||||
def write_to_epp_log
|
||||
# return nil if EPP_LOG_ENABLED
|
||||
puts params[:epp_object_type]
|
||||
request_command = params[:command] || params[:action] # error receives :command, other methods receive :action
|
||||
ApiLog::EppLog.create({
|
||||
request: params[:raw_frame] || params[:frame],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue