Interface IOrderNotificationService
Service for sending order notifications.
public interface IOrderNotificationService
- Extension Methods
Methods
SendNotification(int, CancellationToken)
Send an internal email notification when the order reaches a status that has internal notifications enabled.
Task SendNotification(int orderId, CancellationToken cancellationToken)
Parameters
orderId
intThe order id.
cancellationToken
CancellationTokenCancellation token.
Returns
- Task
Remarks
If internal notifications are not enabled for the current order status, no email is sent.