adyen-magento2 icon indicating copy to clipboard operation
adyen-magento2 copied to clipboard

[ECP-9414] Generate event dispatcher/observer mechanism for reliability events

Open khushboo-singhvi opened this issue 4 months ago • 0 comments

Description

Reliability project requires an event handling mechanism since it is an asynchronous flow. On the data collection points, an event needs to be dispatched and an observer should catch those events and saves them to the DB. Inserting data collection points is out of scope for this ticket.

Tested scenarios

  • Event dispatcher firing an event which is caught by the observer.
  • Observed event is inserted into the DB.

Fixes

khushboo-singhvi avatar Oct 08 '24 08:10 khushboo-singhvi