Click or drag to resize

CheckoutHandlerWithStatusPage.SetTransactionState Method

Namespace:  Dynamicweb.Ecommerce.Cart
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
protected void SetTransactionState(
	Order order,
	bool isSuccess,
	double transactionAmount,
	string transactionNumber,
	string transactionCardType
)

Parameters

order
Type: Dynamicweb.Ecommerce.Orders.Order
isSuccess
Type: System.Boolean
transactionAmount
Type: System.Double
transactionNumber
Type: System.String
transactionCardType
Type: System.String
See Also