IShoppingServiceSetPaymentOption Method |
Sets the selected payment option to the current shopping cart, and evaluates and saves it.
Does nothing if paymentOptionId is the same as the cart already has.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax void SetPaymentOption(
int paymentOptionId
)
Parameters
- paymentOptionId
- Type: SystemInt32
Payment option ID to set.
See Also