GitHub

DaffCartShippingAddressUpdateFailure

Indicates the failed update of the cart's shipping address.

import { DaffCartShippingAddressUpdateFailure } from '@daffodil/cart/state'
class DaffCartShippingAddressUpdateFailure implements DaffFailureAction {
  readonly type: DaffCartShippingAddressActionTypes.CartShippingAddressUpdateFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartShippingAddressActionTypes.CartShippingAddressUpdateFailureAction
payload DaffStateError[]