Module: Spree::Shipment::Webhooks
- Extended by:
- ActiveSupport::Concern
- Included in:
- Spree::Shipment
- Defined in:
- app/models/spree/shipment/webhooks.rb
Instance Method Summary collapse
Instance Method Details
#send_shipment_shipped_webhook ⇒ Object
6 7 8 |
# File 'app/models/spree/shipment/webhooks.rb', line 6 def send_shipment_shipped_webhook # Implement your logic here end |