GitHub

provideDaffCartMagentoCartTransforms

import { provideDaffCartMagentoCartTransforms } from '@daffodil/cart/driver/magento'

Provides cart transforms for the Magento cart driver.

See DAFF_CART_MAGENTO_CART_TRANSFORMS.

Examples

providers: [
  ...provideDaffCartMagentoCartTransforms(
    myCartTransform
  )
]