mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 07:26:22 +02:00
added endpoint for receive incoming transaction from lhv connect
This commit is contained in:
parent
a8f1f885de
commit
390d693b13
4 changed files with 53 additions and 8 deletions
12
app/controllers/eis_billing/base_controller.rb
Normal file
12
app/controllers/eis_billing/base_controller.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
module EisBilling
|
||||
class BaseController < ApplicationController
|
||||
skip_authorization_check # Temporary solution
|
||||
skip_before_action :verify_authenticity_token # Temporary solution
|
||||
end
|
||||
|
||||
protected
|
||||
|
||||
def logger
|
||||
@logger ||= Rails.logger
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue