You are here

facebook_pixel_commerce.services.yml in Facebook Pixel 8

modules/facebook_pixel_commerce/facebook_pixel_commerce.services.yml

File

modules/facebook_pixel_commerce/facebook_pixel_commerce.services.yml
View source
  1. services:
  2. facebook_pixel_commerce.facebook_commerce:
  3. class: Drupal\facebook_pixel_commerce\FacebookCommerce
  4. arguments: ['@commerce_price.rounder']
  5. facebook_pixel_commerce.cart_subscriber:
  6. class: Drupal\facebook_pixel_commerce\EventSubscriber\CartSubscriber
  7. arguments: ['@commerce_cart.cart_provider', '@facebook_pixel.facebook_event', '@facebook_pixel_commerce.facebook_commerce']
  8. tags:
  9. - { name: event_subscriber }