Click or drag to resize
IPayPalContextProviderGetApiContext Method
Returns complete APIContext used in PayPal SDK for payment processing.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
APIContext GetApiContext(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of the site.

Return Value

Type: APIContext
See Also