Class: ShopifyApp::WebhooksController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ShopifyApp::WebhooksController
- Includes:
- WebhookVerification
- Defined in:
- app/controllers/shopify_app/webhooks_controller.rb
Instance Method Summary collapse
Instance Method Details
#receive ⇒ Object
8 9 10 11 12 |
# File 'app/controllers/shopify_app/webhooks_controller.rb', line 8 def receive params.permit! webhook_job_klass.perform_later(shop_domain: shop_domain, webhook: webhook_params.to_h) head(:ok) end |