GitHub

DaffCartPlaceOrderFailure

Indicates the failed order placement for a cart.

import { DaffCartPlaceOrderFailure } from '@daffodil/cart/state'
class DaffCartPlaceOrderFailure implements DaffFailureAction {
  readonly type: DaffCartOrderActionTypes.CartPlaceOrderFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartOrderActionTypes.CartPlaceOrderFailureAction
payload DaffStateError[]