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: 3.47.3
Syntax
C#
[ObsoleteAttribute("As of eSales 3.3, please use NotifyPayment(Order) instead.")] public void NotifyPayment( double orderValue, string ticketEnc )
Parameters
- orderValue
- Type: SystemDouble
A total value for this order - ticketEnc
- Type: SystemString
The ticked for the object that was purchased
See Also