Class OrderCreatedNotification
This notification is fired after a new order is created (usually in BasketService.InitiatePayment)
You can listen to events by implementing IRescopeNotificationHandler<T>.
public class OrderCreatedNotification : OrderNotificationBase, IRescopeNotification
- Inheritance
-
OrderCreatedNotification
- Implements
- Inherited Members