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.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
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