Table of Contents

Class OrderCreatedNotification

Namespace
Rescope.Commerce.Core.Events
Assembly
Rescope.Commerce.Core.dll

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