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