CurrentShoppingCartStrategyClearPayment Method |
Removes information about payment from the shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual void ClearPayment(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
The shopping cart from which the payment data are removed.
See Also