Module: ShipmentHandler::MailDefuser
- Defined in:
- app/models/spree/shipment_handler/mail_defuser.rb
Instance Method Summary collapse
Instance Method Details
#send_shipped_email ⇒ Object
3 4 5 |
# File 'app/models/spree/shipment_handler/mail_defuser.rb', line 3 def send_shipped_email super unless @shipment.order.is_winkelstraat_order? end |