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

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

Parameters

items
Type: System.Collections.GenericListItem
See Also