Class: Events::RmaItemsAdded

Inherits:
ApplicationEvent show all
Defined in:
app/events/events.rb

Overview

Published after items are added to an RMA — RmasController#create_items
and #bulk_add_items, plus Rma.create_rma_from_delivery.
Rma::ItemsAddedNoteHandler notes the current top-level items with their
return reason codes so the activities tab answers "what is coming back
and why" without opening the items tab.

Payload:
rma_id: Integer

Method Summary

Methods inherited from ApplicationEvent

#data