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

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

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart object

Return Value

Type: String
See Also