Click or drag to resize
PaymentOptionInfoProviderGetPaymentURL Method
Returns URL to payment gateway.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static string GetPaymentURL(
	ShoppingCartInfo cartObj
)

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart object

Return Value

Type: String
See Also