GitHub

DaffCartAddressUpdateFailure

import { DaffCartAddressUpdateFailure } from '@daffodil/cart/state'

Indicates the failed update of either the shipping or billing address of the cart.

class DaffCartAddressUpdateFailure implements DaffFailureAction {
  readonly type: DaffCartAddressActionTypes.CartAddressUpdateFailureAction = DaffCartAddressActionTypes.CartAddressUpdateFailureAction
  payload: DaffStateError[]
}