CMSPayPalProviderInitializePaymentRequest Method |
Fills input name-value collection with payment request parameters' names and their values. Values are not URL-encoded.
Namespace: CMS.EcommerceProviderAssembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 8.2.23
Syntax public virtual string InitializePaymentRequest(
Hashtable requestParams
)
Parameters
- requestParams
- Type: System.CollectionsHashtable
Request parameters collection to fill
Return Value
Type:
StringReturns error message when some error occurs.
See Also