GitHub

MockMagentoBundledProduct

import { MockMagentoBundledProduct } from '@daffodil/product-composite/driver/magento/testing'

class MockMagentoBundledProduct extends MockMagentoCoreProduct implements MagentoBundledProduct {
  __typename: MagentoProductTypeEnum = MagentoProductTypeEnum.BundledProduct
  items: MagentoBundledProductItem[] = this.createBundleItems()

  protected createBundleItems(): MagentoBundledProductItem[]
}

() Methods

createBundleItems
MagentoBundledProductItem[]