Important

You are browsing upcoming documentation for version 6.0 of OroCommerce, OroCRM, and OroPlatform, scheduled for release in 2024. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

Dependency Injection Tags

Type name

Usage

[oro.checkout.line_item.converter]

Allows to add a new checkout converter that expects an arbitrary source data and returns a collection of \Oro\Bundle\CheckoutBundle\Entity\CheckoutLineItem objects. Must implement \Oro\Bundle\CheckoutBundle\Model\CheckoutLineItemConverterInterface.

[checkout.workflow_state.mapper]

Allows to add new checkout state diff mapper. Diff mappers are used to track changes in checkout. Must implement \Oro\Bundle\CheckoutBundle\WorkflowState\Mapper\CheckoutStateDiffMapperInterface