CMSPaymentGatewayProviderUpdateOrderStatus Method |
Assigns order status to order. If can not be used due to global objects settings, looks for site status with the same code name.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax protected virtual void UpdateOrderStatus(
OrderInfo order,
int statusId
)
Parameters
- order
- Type: CMS.EcommerceOrderInfo
Order object - statusId
- Type: SystemInt32
Id of the status
See Also