- CatalogBundle
- CheckoutBundle
- PricingBundle
- ProductBundle
- PromotionBundle
- RFPBundle
- RedirectBundle
- ShoppingListBundle
- WebsiteSearchBundle
- The
TransitionFormProvider::setTransitionProvider(TransitionProvider $transitionProvider)
[?] method was changed toTransitionFormProvider::setTransitionProvider(TransitionProviderInterface $transitionProvider)
[?] - The
CheckoutPaymentContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, TotalProcessorProvider $totalProcessor, OrderPaymentLineItemConverterInterface $paymentLineItemConverter, PaymentContextBuilderFactoryInterface $paymentContextBuilderFactory = null)
[?] method was changed toCheckoutPaymentContextFactory::__construct(CheckoutLineItemsManager $checkoutLineItemsManager, TotalProcessorProvider $totalProcessor, OrderPaymentLineItemConverterInterface $paymentLineItemConverter, ShippingOriginProvider $shippingOriginProvider, PaymentContextBuilderFactoryInterface $paymentContextBuilderFactory = null)
[?]
- The following methods in class
UserCurrencyManager
[?] were removed: - The
PriceListRecalculateCommand::getDependentPriceLists
[?] method was removed. - The
UserCurrencyManager::getUserCurrency(Website $website = null)
[?] method was changed toUserCurrencyManager::getUserCurrency(Website $website = null, $fallbackToDefault = true)
[?] - The
CombinedProductPriceRepository::findByPriceListIdAndProductIds(ShardManager $shardManager, $priceListId, array $productIds, $getTierPrices = true, $currency = null, $productUnitCode = null, array $orderBy = [ ... ])
[?] method was changed toCombinedProductPriceRepository::findByPriceListIdAndProductIds(ShardManager $shardManager, $priceListId, array $productIds, $getTierPrices = true, $currency = null, $productUnitCode = null, array $orderBy = [ ... ])
[?]
- The following classes were removed:
- The following methods in class
FrontendLineItemType
[?] were removed: - The
AbstractAjaxProductUnitController::getProductUnits(Product $product, $isShort = false)
[?] method was changed toAbstractAjaxProductUnitController::getProductUnits(Product $product)
[?]
- The
PromotionExecutor::__construct(DiscountContextConverterInterface $discountContextConverter, StrategyProvider $discountStrategyProvider, PromotionDiscountsProviderInterface $promotionDiscountsProvider)
[?] method was changed toPromotionExecutor::__construct(DiscountContextConverterInterface $discountContextConverter, StrategyProvider $discountStrategyProvider, PromotionDiscountsProviderInterface $promotionDiscountsProvider, Cache $cache)
[?]
- The
SortIncludedData
[?] class was removed.
- The
FirewallFactory
[?] class was removed. - The
Firewall::__construct(FirewallMapInterface $map, EventDispatcherInterface $dispatcher, FirewallFactory $firewallFactory, MatchedUrlDecisionMaker $matchedUrlDecisionMaker, RequestContext $context = null)
[?] method was changed toFirewall::__construct(FirewallMapInterface $map, EventDispatcherInterface $dispatcher, MatchedUrlDecisionMaker $matchedUrlDecisionMaker, RequestContext $context = null)
[?]
- The
ShoppingListLimitManager::__construct(ConfigManager $configManager, TokenAccessor $tokenAccessor, DoctrineHelper $doctrineHelper)
[?] method was changed toShoppingListLimitManager::__construct(ConfigManager $configManager, TokenAccessor $tokenAccessor, DoctrineHelper $doctrineHelper, WebsiteManager $websiteManager)
[?] - The
ShoppingListRepository::countUserShoppingLists($customerId, $organizationId)
[?] method was changed toShoppingListRepository::countUserShoppingLists($customerId, $organizationId, $website)
[?]
- The
IndexerInputValidator::validateReindexRequest
[?] method was removed.