Click or drag to resize
CMSPayPalProviderInitializePaymentRequest Method
Fills input name-value collection with payment request parameters' names and their values. Values are not URL-encoded.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual string InitializePaymentRequest(
	Hashtable requestParams
)

Parameters

requestParams
Type: System.CollectionsHashtable
Request parameters collection to fill

Return Value

Type: String
Returns error message when some error occurs.
See Also