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.ymlView source
- services:
- facebook_pixel_commerce.facebook_commerce:
- class: Drupal\facebook_pixel_commerce\FacebookCommerce
- arguments: ['@commerce_price.rounder']
- facebook_pixel_commerce.cart_subscriber:
- class: Drupal\facebook_pixel_commerce\EventSubscriber\CartSubscriber
- arguments: ['@commerce_cart.cart_provider', '@facebook_pixel.facebook_event', '@facebook_pixel_commerce.facebook_commerce']
- tags:
- - { name: event_subscriber }