DaffCartItemUpdateFailure
Indicates the failed update of a specific cart item.
import { DaffCartItemUpdateFailure } from '@daffodil/cart/state'
class DaffCartItemUpdateFailure implements Action {
readonly type: DaffCartItemActionTypes.CartItemUpdateFailureAction
payload: DaffStateError[]
itemId: DaffCartItem['id']
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartItemActionTypes.CartItemUpdateFailureAction | |
payload | DaffStateError[] | |
itemId | DaffCartItem['id'] |