GitHub

provideDaffCartMagentoCartItemTransforms

Provides cart item transforms for the Magento cart driver.

See DAFF_CART_MAGENTO_CART_ITEM_TRANSFORMS.

import { provideDaffCartMagentoCartItemTransforms } from '@daffodil/cart/driver/magento'
const provideDaffCartMagentoCartItemTransforms: undefined

Examples

providers: [
  ...provideDaffCartMagentoCartItemTransforms(
    myCartItemTransform
  )
]