Class: SpreeAdyen::WebhooksController

Inherits:
ActionController::API
  • Object
show all
Includes:
Spree::Core::ControllerHelpers::Store
Defined in:
app/controllers/spree_adyen/webhooks_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



7
8
9
10
11
# File 'app/controllers/spree_adyen/webhooks_controller.rb', line 7

def create
  SpreeAdyen::Webhooks::HandleEvent.new(event_payload: webhook_params).call

  head :ok
end