Class: Events::OutletPurchaseRejected

Inherits:
ApplicationEvent show all
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: }

Method Summary

Methods inherited from ApplicationEvent

#data