Click or drag to resize

GatewayProviderSetOrderComplete Method

Namespace:  Dynamicweb.Ecommerce.Orders.Gateways
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void SetOrderComplete(
	Order order,
	string transactionId,
	string gatewayResult
)

Parameters

order
Type: Dynamicweb.Ecommerce.OrdersOrder
transactionId
Type: SystemString
gatewayResult
Type: SystemString
See Also