- AccountBundle
- CaseBundle
- ChannelBundle
- ContactBundle
- ContactUsBundle
- MagentoBundle
- MarketingCRM
- SalesBundle
- The
AccountController::getAction($id)
[?] method was changed toAccountController::getAction(int $id)
[?]
- The
CaseController::getAction($id)
[?] method was changed toCaseController::getAction(int $id)
[?] - The
CommentController::getAction($id)
[?] method was changed toCommentController::getAction(int $id)
[?]
- The
ChannelController::deleteAction($id)
[?] method was changed toChannelController::deleteAction(int $id)
[?]
- The
ContactAddressController::getAction($contactId, $addressId)
[?] method was changed toContactAddressController::getAction(int $contactId, int $addressId)
[?] - The
ContactController::getAction($id)
[?] method was changed toContactController::getAction(int $id)
[?] - The
ContactEmailController::deleteAction($id)
[?] method was changed toContactEmailController::deleteAction(int $id)
[?] - The
ContactGroupController::getAction($id)
[?] method was changed toContactGroupController::getAction(int $id)
[?] - The
ContactPhoneController::getPrimaryAction($contactId)
[?] method was changed toContactPhoneController::getPrimaryAction(int $contactId)
[?]
- The
ContactRequestController::getAction($id)
[?] method was changed toContactRequestController::getAction(int $id)
[?]
- The
MagentoCustomerController
[?] class was removed. - The
CartAddressController::postShippingAction($cartId)
[?] method was changed toCartAddressController::postShippingAction(int $cartId)
[?] - The
CartController::getAction($id)
[?] method was changed toCartController::getAction(int $id)
[?] - The
CartItemController::postAction($cartId)
[?] method was changed toCartItemController::postAction(int $cartId)
[?] - The
CustomerAddressController::cgetAction($customerId)
[?] method was changed toCustomerAddressController::cgetAction(int $customerId)
[?] - The
CustomerController::getAction($id)
[?] method was changed toCustomerController::getAction(int $id)
[?] - The
OrderAddressController::cgetAction($orderId)
[?] method was changed toOrderAddressController::cgetAction(int $orderId)
[?] - The
OrderController::getAction($id)
[?] method was changed toOrderController::getAction(int $id)
[?] - The
OrderItemController::postAction($orderId)
[?] method was changed toOrderItemController::postAction(int $orderId)
[?]
- The
TrackingCustomerIdentification::__construct(Registry $doctrine, ConfigProvider $extendConfigProvider, SettingsProvider $settingsProvider)
[?] method was changed toTrackingCustomerIdentification::__construct(ManagerRegistry $registry, ConfigProvider $extendConfigProvider, SettingsProvider $settingsProvider)
[?] - The
TrackingCustomerIdentification::$em
[?] property was removed.
- The
B2bCustomerController::getAction($id)
[?] method was changed toB2bCustomerController::getAction(int $id)
[?] - The
B2bCustomerEmailController::deleteAction($id)
[?] method was changed toB2bCustomerEmailController::deleteAction(int $id)
[?] - The
B2bCustomerPhoneController::cgetAction($customerId)
[?] method was changed toB2bCustomerPhoneController::cgetAction(int $customerId)
[?] - The
LeadAddressController::cgetAction($leadId)
[?] method was changed toLeadAddressController::cgetAction(int $leadId)
[?] - The
LeadController::getAction($id)
[?] method was changed toLeadController::getAction(int $id)
[?] - The
LeadEmailController::deleteAction($id)
[?] method was changed toLeadEmailController::deleteAction(int $id)
[?] - The
LeadPhoneController::deleteAction($id)
[?] method was changed toLeadPhoneController::deleteAction(int $id)
[?] - The
OpportunityController::getAction($id)
[?] method was changed toOpportunityController::getAction(int $id)
[?] - The
SalesFunnelController::getAction($id)
[?] method was changed toSalesFunnelController::getAction(int $id)
[?] - The
LeadController::getAddressAction
[?] method was removed.