Click or drag to resize
OrderInfoProviderProcessOrderIsPaidChangeInternal Method
Process order items of given order according to order is paid change.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual void ProcessOrderIsPaidChangeInternal(
	OrderInfo order
)

Parameters

order
Type: CMS.EcommerceOrderInfo
Order
See Also