GitHub

DaffResolveCart

Triggers cart resolution. Will attempt to load a cart if it exists and create a cart otherwise.

import { DaffResolveCart } from '@daffodil/cart/state'
class DaffResolveCart implements Action {
  readonly type: DaffCartActionTypes.ResolveCartAction
}

Properties

Name Type Description
type DaffCartActionTypes.ResolveCartAction