GitHub

provideDaffProductMagentoExtraProductResponseTransforms

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

Provides extra product transforms for the Magento product driver.

See DAFF_PRODUCT_MAGENTO_EXTRA_PRODUCT_RESPONSE_TRANSFORMS.

Examples

providers: [
  ...provideDaffProductMagentoExtraProductResponseTransforms(
    myExtraProductTransform
  )
]