Click or drag to resize
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.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 9.0.0
Syntax
C#
protected virtual void UpdateOrderStatus(
	OrderInfo order,
	int statusId
)

Parameters

order
Type: CMS.EcommerceOrderInfo
Order object
statusId
Type: SystemInt32
Id of the status
See Also