import { DaffCartPlaceOrderFailure } from '@daffodil/cart/state'
Indicates the failed order placement for a cart.
class DaffCartPlaceOrderFailure implements DaffFailureAction {
readonly type: DaffCartOrderActionTypes.CartPlaceOrderFailureAction = DaffCartOrderActionTypes.CartPlaceOrderFailureAction
payload: DaffStateError[]
}