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.3.0
Syntax
C#
public void NotifyPayment( Order order )
Parameters
- order
 - Type: Apptus.ESales.ConnectorOrder
order of products and variants 
Exceptions
| Exception | Condition | 
|---|---|
| IllegalArgumentException | If order is null or empty | 
See Also