Click or drag to resize

IFlashpointShoppingCartCheckoutWithBillMeLater Method

Places an order, paying with BillMeLater

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
Receipt CheckoutWithBillMeLater(
	string cartToken
)

Parameters

cartToken  String
Working cart token

Return Value

Receipt
A receipt for the transaction, based on the final state of the shopping cart after checkout
Exceptions
ExceptionCondition
IgnitionUserInputExceptionSome required information was invalid. See exception message for specifics
See Also