Click or drag to resize
CMSCheckoutWebPartCheckPaymentOptionIsValidForUser Method
Checks whether the payment option is valid for current user.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected bool CheckPaymentOptionIsValidForUser(
	ShoppingCartInfo shoppingCart,
	out string message
)

Parameters

shoppingCart
Type: CMS.EcommerceShoppingCartInfo
The shopping cart.
message
Type: SystemString
The message in case of failure.

Return Value

Type: Boolean
See Also