Click or drag to resize
SessionNotifyPayment Method (Order)
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
C#
public void NotifyPayment(
	Order order
)

Parameters

order
Type: Apptus.ESales.ConnectorOrder
order of products and variants
Exceptions
ExceptionCondition
IllegalArgumentExceptionIf order is null or empty
See Also