 | CheckoutHandlerWithStatusPage.SetTransactionState Method |
Namespace:
Dynamicweb.Ecommerce.Cart
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxprotected void SetTransactionState(
Order order,
bool isSuccess,
double transactionAmount,
string transactionNumber,
string transactionCardType
)
Protected Sub SetTransactionState (
order As Order,
isSuccess As Boolean,
transactionAmount As Double,
transactionNumber As String,
transactionCardType As String
)
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