You are here

service commerce_promotion.promotion_order_processor in Commerce Core 8.2

Class

Drupal\commerce_promotion\PromotionOrderProcessor

Tags

  • commerce_order.order_preprocessor
  • commerce_order.order_processor

File

modules/promotion/commerce_promotion.services.yml
modules/promotion/commerce_promotion.services.yml

View source
  1. class: Drupal\commerce_promotion\PromotionOrderProcessor
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@language_manager'
  5. tags:
  6. - { name: commerce_order.order_preprocessor, priority: 100 }
  7. - { name: commerce_order.order_processor, priority: 100, adjustment_type: promotion }