GitHub

DaffCartItemDeleteOutOfStock

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

Triggers the deletion of all out of stock cart items.

class DaffCartItemDeleteOutOfStock implements Action {
  readonly type: DaffCartItemActionTypes.CartItemDeleteOutOfStockAction = DaffCartItemActionTypes.CartItemDeleteOutOfStockAction
}