Class: Spree::Admin::SquareWebhookEventsController
- Inherits:
-
ResourceController
- Object
- ResourceController
- Spree::Admin::SquareWebhookEventsController
- Defined in:
- app/controllers/spree/admin/square_webhook_events_controller.rb
Overview
Read-only support/diagnostic view of every inbound Square webhook — what arrived, whether it processed, and the error if it didn't.
Instance Method Summary collapse
Instance Method Details
#model_class ⇒ Object
6 7 8 |
# File 'app/controllers/spree/admin/square_webhook_events_controller.rb', line 6 def model_class SpreeSquare::WebhookEvent end |