Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: [Analytics][Tracker] Feature #3340, add company_id and customer_group_id in tracking data #3394

Open
wants to merge 11 commits into
base: 2.10.x
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
[Analytics][Tracker] Feature #3340, phpcs warnings
  • Loading branch information
vahonc committed Sep 20, 2024
commit 2bbcb7b2e977f5ce6e7017458ceff575614970c9
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ class Customer extends \Smile\ElasticsuiteTracker\Block\Variables\Page\AbstractB
/**
* Customer constructor.
*
* @param Template\Context $context Template Context.
* @param Data $jsonHelper Magento JSON Helper.
* @param TrackerHelper $trackerHelper Smile Tracker Helper.
* @param Registry $registry Magento Core Registry.
* @param Session $customerSession Customer Session.
* @param ModuleManager $moduleManager Magento Module Manager.
* @param array $data Additional data.
* @param Template\Context $context Template Context.
* @param Data $jsonHelper Magento JSON Helper.
* @param TrackerHelper $trackerHelper Smile Tracker Helper.
* @param Registry $registry Magento Core Registry.
* @param Session $customerSession Customer Session.
* @param ModuleManager $moduleManager Magento Module Manager.
* @param array $data Additional data.
*
* @throws LocalizedException
*/
public function __construct(
Expand Down
Loading