Click or drag to resize

CheckoutHandlerWithStatusPageSetTransactionState 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.OrdersOrder
isSuccess
Type: SystemBoolean
transactionAmount
Type: SystemDouble
transactionNumber
Type: SystemString
transactionCardType
Type: SystemString
See Also