Click or drag to resize
PaymentOptionInfoProvider.GetPaymentURLInternal Method
Returns URL to payment gateway.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual string GetPaymentURLInternal(
	ShoppingCartInfo cartObj
)

Parameters

cartObj
Type: CMS.Ecommerce.ShoppingCartInfo
Shopping cart object

Return Value

Type: String
See Also