Click or drag to resize

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
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
The order.
notification
Type: SystemString
The notification.
See Also