Dumped Contents
In
LivePricingService.php
line 50:
public function addPricesToResultset(ProductCollection $products, ?CustomerEntity $customer, ?int $qty = 1, bool $skipCache = false){if ($this->params->get('kernel.debug')) {dump("Live pricing is enabled and service is called");if ($skipCache) {dump("Cache will be skipped due to APP_LIVE_PRICING_SKIP_CACHE environment variable");}
"Live pricing is enabled and service is called"
In
LivePricingService.php
line 52:
"Cache will be skipped due to APP_LIVE_PRICING_SKIP_CACHE environment variable"