adyen-magento2
adyen-magento2 copied to clipboard
[ECP-9414] Generate event dispatcher/observer mechanism for reliability events
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