import { provideDaffCartMagentoCartTransforms } from '@daffodil/cart/driver/magento'
Provides cart transforms for the Magento cart driver.
function provideDaffCartMagentoCartTransforms<R extends T = T>(...values: R[]): Array<ValueProvider>
| Parameter | values: R[] |
|---|---|
| Description |
providers: [
...provideDaffCartMagentoCartTransforms(
myCartTransform
)
]
providers: [
...provideDaffCartMagentoCartTransforms(
myCartTransform
)
]