PublishOrderPaid event - how to use it?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 anos atrás
Hi,
Does anyone have an example how to use the PublishOrderPaid event in a Plugin? It seems to work different than the EntityUpdated, EntityDeleted and EntityInserted events.
We are struggling with this the entire day. Anyone?
Thanks!
- peter
11 anos atrás
Implement IConsumer<OrderPaidEvent> in a class.
11 anos atrás
asoares is absolutely right. For more info see Frequently asked development questions (Exposing and Handling Events)
11 anos atrás
Thanks! This was what we needed.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.