CMSPayPalProviderInitializePaymentRequest Method |
Fills input name-value collection with payment request parameters' names and their values. Values are not URL-encoded.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
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