GitHub

DaffCartShippingInformationLoadFailure

Indicates the failed load of the cart's shipping information.

import { DaffCartShippingInformationLoadFailure } from '@daffodil/cart/state'
class DaffCartShippingInformationLoadFailure implements DaffFailureAction {
  readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationLoadFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartShippingInformationActionTypes.CartShippingInformationLoadFailureAction
payload DaffStateError[]