Class: SolidusBolt::Handlers::VoidHandler
- Inherits:
-
BaseHandler
- Object
- BaseHandler
- SolidusBolt::Handlers::VoidHandler
- Defined in:
- app/webhooks/solidus_bolt/handlers/void_handler.rb
Instance Attribute Summary
Attributes inherited from BaseHandler
Instance Method Summary collapse
Methods inherited from BaseHandler
Constructor Details
This class inherits a constructor from SolidusBolt::Handlers::BaseHandler
Instance Method Details
#call ⇒ Object
6 7 8 |
# File 'app/webhooks/solidus_bolt/handlers/void_handler.rb', line 6 def call SolidusBolt::Payments::VoidSyncService.call(payment: payment) end |