You are here

public function CartHandler::__construct in Mailchimp E-Commerce 8

File

src/CartHandler.php, line 36

Class

CartHandler
Cart handler.

Namespace

Drupal\mailchimp_ecommerce

Code

public function __construct(MailchimpEcommerce $mc_ecommerce, MailchimpEcommerceHelper $helper, MessengerInterface $messenger) {
  $this->mcEcommerce = $mc_ecommerce;
  $this->helper = $helper;
  $this->messenger = $messenger;
}