Click or drag to resize
CMSPayPalProviderAddOrderDiscountItem Method
Adds item with negative value of OrderDiscount into given items collection.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void AddOrderDiscountItem(
	List<Item> items
)

Parameters

items
Type: System.Collections.GenericListItem
See Also