SessionNotifyPayment Method (Double, 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 [ObsoleteAttribute("As of eSales 3.3, please use NotifyPayment(Order) instead.")]
public void NotifyPayment(
double orderValue,
SKUList skus
)
Parameters
- orderValue
- Type: SystemDouble
A total value for this order - skus
- Type: Apptus.ESales.ConnectorSKUList
SKUList with the paid products and variants, this list must not be empty
See Also