Current File : //var/www/prestashop/src/PrestaShopBundle/Resources/config/services/adapter/specific_price.yml
services:
  _defaults:
    public: true

  prestashop.adapter.specific_price.command_handler.add_specific_price:
    class: PrestaShop\PrestaShop\Adapter\SpecificPrice\CommandHandler\AddSpecificPriceHandler
    deprecated: The "%service_id%" service is deprecated. You should use UpdateProductPriceInCartCommand or AddProductSpecificPriceCommand instead.
    tags:
      - name: tactician.handler
        command: PrestaShop\PrestaShop\Core\Domain\SpecificPrice\Command\AddSpecificPriceCommand

  prestashop.adapter.specific_price.command_handler.delete_specific_price_by_cart_product:
    class: PrestaShop\PrestaShop\Adapter\SpecificPrice\CommandHandler\DeleteSpecificPriceByCartProductHandler
    deprecated: The "%service_id%" service is deprecated since 8.0.0 and will be removed in next major version.
    tags:
      - name: tactician.handler
        command: PrestaShop\PrestaShop\Core\Domain\SpecificPrice\Command\DeleteSpecificPriceByCartProductCommand