GitHub

DaffCartShippingInformationUpdateFailure

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

class DaffCartShippingInformationUpdateFailure implements DaffFailureAction {
  readonly type: DaffCartShippingInformationActionTypes.CartShippingInformationUpdateFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartShippingInformationActionTypes.CartShippingInformationUpdateFailureAction
payload DaffStateError[]