SessionNotifyPayment Method (Double, String)A Sandcastle Documented Class Library

Note: This API is now obsolete.

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

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
[ObsoleteAttribute("As of eSales 3.3, please use NotifyPayment(Order) instead.")]
public void NotifyPayment(
	double orderValue,
	params string[] productKeys
)

Parameters

orderValue
Type: SystemDouble
A total value for this order
productKeys
Type: SystemString
product keys of the paid products
See Also

Reference