CMSCheckoutWebPartCheckPaymentOptionIsValidForUser Method |
Checks whether the payment option is valid for current user.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax 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:
BooleanSee Also