| NotificationSubscriberBaseCheckOrderPrices Method |
Checks the order prices.
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax protected static void CheckOrderPrices(
Order order,
string notification
)
Protected Shared Sub CheckOrderPrices (
order As Order,
notification As String
)
Parameters
- order
- Type: Dynamicweb.Ecommerce.OrdersOrder
The order. - notification
- Type: SystemString
The notification.
See Also