File tree Expand file tree Collapse file tree
libs/cart/driver/magento/src/injection-tokens Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,4 +20,5 @@ export const {
2020 * Provider function for {@link DAFF_CART_MAGENTO_EXTRA_CART_FRAGMENTS}.
2121 */
2222 provider : provideDaffCartMagentoExtraCartFragments ,
23+ factoryProvider : provideDaffCartMagentoExtraCartFragmentFactories ,
2324} = createMultiInjectionToken < DocumentNode > ( 'DAFF_CART_MAGENTO_EXTRA_CART_FRAGMENTS' ) ;
Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ export const {
2424 * ```
2525 */
2626 provider : provideDaffCartMagentoCartItemTransforms ,
27+ factoryProvider : provideDaffCartMagentoCartItemTransformFactories ,
2728} = createMultiInjectionToken < DaffCartMagentoCartItemTransform > ( 'DAFF_CART_MAGENTO_CART_ITEM_TRANSFORMS' ) ;
Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ export const {
2323 * ```
2424 */
2525 provider : provideDaffCartMagentoCartTransforms ,
26+ factoryProvider : provideDaffCartMagentoCartTransformFactories ,
2627} = createMultiInjectionToken < DaffCartMagentoCartTransform > ( 'DAFF_CART_MAGENTO_CART_TRANSFORMS' ) ;
You can’t perform that action at this time.
0 commit comments