SessionNotifyPayment Method (Double, String) |
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.5.0
Syntax [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