SessionNotifyPayment Method (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(
params string[] productKeys
)
Parameters
- productKeys
- Type: SystemString
product keys of the paid products
See Also