You are here

public function FacebookCommerce::__construct in Facebook Pixel 8

FacebookCommerce constructor.

Parameters

\Drupal\commerce_price\RounderInterface $rounder: The price rounder.

File

modules/facebook_pixel_commerce/src/FacebookCommerce.php, line 30

Class

FacebookCommerce
Helper methods for facebook_pixel_commerce module.

Namespace

Drupal\facebook_pixel_commerce

Code

public function __construct(RounderInterface $rounder) {
  $this->rounder = $rounder;
}