Class: Events::OutletPurchaseRejected
- Inherits:
-
ApplicationEvent
- Object
- RubyEventStore::Event
- ApplicationEvent
- Events::OutletPurchaseRejected
- Defined in:
- app/events/events.rb
Overview
Published by CustomerOutletPurchase after_commit when a ruling moves it from
pending to rejected — a previously accepted attribution withdrawn. Not
published for an unverified row being rejected: nothing had been counted,
so there is nothing to undo.
data: { customer_outlet_purchase_id:, opportunity_id: }