Click or drag to resize
SessionNotifyPayment Method (SKUList)

Note: This API is now obsolete.

Sends a notification to the eSales service, about products and variants being paid by a user in the session.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
[ObsoleteAttribute("As of eSales 3.3, please use NotifyPayment(Order) instead.")]
public void NotifyPayment(
	SKUList skus
)

Parameters

skus
Type: Apptus.ESales.ConnectorSKUList
SKUList with the paid products and variants, this list must not be empty
See Also