[FEATURE] Adding Audit events for payment core operations #4525
Labels
A-Analytics
A-framework
Area: Framework
C-tracking-issue
Category: Tracking issue for a proposal or a category of bugs
The events we generate are supposed to be a summarized view for non-developers, These events are supposed to capture the key checkpoints for a payment flow that would provide value to the merchant understanding it.
Following the above suit we can add events to more such checkpoints starting with payments core
We've updated the
UpdateTracker
trait to accept a request state which in turn can be used to generate events.Currently only
PaymentCancel
flow generates such events which needs to be extended to other flows as well,This is a tracking issue for these implementations, create a separate GH issue to discuss the implementation for each Payment Operation
References:
The text was updated successfully, but these errors were encountered: