Class OrderPaidNotification
This notification is fired after an order is fully paid for after a payment processor implementation confirms payment (some implementations may require OrderService.CapturePayment).
You can listen to events by implementing IRescopeNotificationHandler<T>.
public class OrderPaidNotification : OrderNotificationBase, IRescopeNotification
- Inheritance
-
OrderPaidNotification
- Implements
- Inherited Members