GitHub

provideDaffProductMagentoExtraProductResponseTransforms

Provides extra product transforms for the Magento product driver.

See DAFF_PRODUCT_MAGENTO_EXTRA_PRODUCT_RESPONSE_TRANSFORMS.

import { provideDaffProductMagentoExtraProductResponseTransforms } from '@daffodil/product/driver/magento'
const provideDaffProductMagentoExtraProductResponseTransforms: undefined

Examples

providers: [
  ...provideDaffProductMagentoExtraProductResponseTransforms(
    myExtraProductTransform
  )
]