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.EcommerceProviderAssembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
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