Class: SpreeAdyen::WebhooksController
- Inherits:
-
ActionController::API
- Object
- ActionController::API
- SpreeAdyen::WebhooksController
- Includes:
- Spree::Core::ControllerHelpers::Store
- Defined in:
- app/controllers/spree_adyen/webhooks_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
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 |