GitHub

DaffProductPageUpdateQty

import { DaffProductPageUpdateQty } from '@daffodil/product/state'

Update the qty of the current product.

class DaffProductPageUpdateQty implements Action {
  readonly type: DaffProductPageActionTypes.UpdateQtyAction = DaffProductPageActionTypes.UpdateQtyAction
  payload: number
}