Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 3.22 KB

incompatibilities-6-0-rc.md

File metadata and controls

18 lines (15 loc) · 3.22 KB

DPDBundle

  • The following methods in class PackageProvider[?] were changed:

    • createPackages(ShippingLineItemCollectionInterface $lineItems)[?]
    • createPackages(Collection $lineItems)[?]
    • getProductInfoByUnit(ShippingLineItemCollectionInterface $lineItems)[?]
    • getProductInfoByUnit(Collection $lineItems)[?]
  • The DPDShippingMethod::__construct($identifier, $label, $isEnabled, $icon, $types, $handlers)[?] method was changed to DPDShippingMethod::__construct($identifier, $name, $label, $isEnabled, $icon, $types, $handlers)[?]

  • The OroDPDBundleInstaller::setContainer[?] method was removed.

  • The following methods in class LoadShippingServicesData[?] were removed:

    • setContainer[?]
    • getShippingServicesData[?]
  • The following properties in class LoadShippingServicesData[?] were removed:

    • $loadedCountries[?]
    • $container[?]