Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 9.02 KB

incompatibilities-2-2.md

File metadata and controls

44 lines (40 loc) · 9.02 KB

ContactBundle

  • The HasContactInformation::$message[?] property was removed.

MagentoBundle

  • The following classes were removed:
    • CustomerAssociationExtension[?]
    • OpportunityCustomerAssociationExtension[?]
    • CustomerAssociationListener[?]
  • The SyncCartExpirationIntegrationProcessor::__construct(RegistryInterface $doctrine, CartExpirationProcessor $cartExpirationProcessor, JobRunner $jobRunner, LoggerInterface $logger)[?] method was changed to SyncCartExpirationIntegrationProcessor::__construct(RegistryInterface $doctrine, CartExpirationProcessor $cartExpirationProcessor, JobRunner $jobRunner, TokenStorageInterface $tokenStorage, LoggerInterface $logger)[?]
  • The SyncInitialIntegrationProcessor::__construct(DoctrineHelper $doctrineHelper, InitialSyncProcessor $initialSyncProcessor, OptionalListenerManager $optionalListenerManager, CalculateAnalyticsScheduler $calculateAnalyticsScheduler, JobRunner $jobRunner, IndexerInterface $indexer, LoggerInterface $logger)[?] method was changed to SyncInitialIntegrationProcessor::__construct(DoctrineHelper $doctrineHelper, InitialSyncProcessor $initialSyncProcessor, OptionalListenerManager $optionalListenerManager, CalculateAnalyticsScheduler $calculateAnalyticsScheduler, JobRunner $jobRunner, IndexerInterface $indexer, TokenStorageInterface $tokenStorage, LoggerInterface $logger)[?]

SalesBundle

  • The following classes were removed:
    • CustomerAccountApiType[?]
    • CustomerApiType[?]
    • CustomerAccountApiTypeGuesser[?]
    • CustomerApiTypeGuesser[?]
    • LeadStatus[?]
    • OpportunityStatus[?]
    • WidgetLeadStatusSelectConverter[?]
    • CustomerAssociationCustomizeLoadedData[?]
    • CustomerAssociationFinalize[?]
    • CustomerAssociationGetConfig[?]
    • CustomerAssociationGetMetadata[?]
    • GetConfig[?]
    • InitializeCustomerAccountTypeGuesser[?]
    • InitializeCustomerTypeGuesser[?]
  • The ConfigProvider::getCustomersData[?] method was removed.
  • The B2bCustomerType::setDefaultOptions[?] method was removed.
  • The following methods in class Lead[?] were removed:
    • hasAddress::hasAddress[?]
    • setAddress::setAddress[?]
  • The CustomerController::customerGridAction[?] method was removed.
  • The CustomerType::__construct(DataTransformerInterface $transformer, ConfigProvider $customerConfigProvider, EntityAliasResolver $entityAliasResolver, CustomerIconProviderInterface $customerIconProvider, TranslatorInterface $translator, SecurityFacade $securityFacade, ManagerInterface $gridManager, EntityNameResolver $entityNameResolver)[?] method was changed to CustomerType::__construct(DataTransformerInterface $transformer, ConfigProvider $customerConfigProvider, EntityAliasResolver $entityAliasResolver, CustomerIconProviderInterface $customerIconProvider, TranslatorInterface $translator, SecurityFacade $securityFacade, ManagerInterface $gridManager, EntityNameResolver $entityNameResolver, MultiGridProvider $multiGridProvider)[?]
  • The Lead::$address[?] property was removed.
  • The CustomerController::getCustomersData[?] method was removed.