Click or drag to resize
CurrentShoppingCartStrategyClearPayment Method
Removes information about payment from the shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual void ClearPayment(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
The shopping cart from which the payment data are removed.
See Also