Skip to content

Commit 62a9f67

Browse files
committed
MAGETWO-91796: Implement Downloadable Price indexer
1 parent 64ab80c commit 62a9f67

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Downloadable/Model/ResourceModel/Indexer

1 file changed

+3
-1
lines changed

app/code/Magento/Downloadable/Model/ResourceModel/Indexer/Price.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
use Magento\Customer\Model\Indexer\CustomerGroupDimensionProvider;
2222

2323
/**
24-
* Configurable Products Price Indexer Resource model
24+
* Downloadable Product Price Indexer Resource model
25+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2526
*/
2627
class Price implements DimensionalIndexerInterface
2728
{
@@ -100,6 +101,7 @@ public function __construct(
100101
$this->indexTableStructureFactory = $indexTableStructureFactory;
101102
$this->tableMaintainer = $tableMaintainer;
102103
$this->productType = $productType;
104+
$this->connectionName = $connectionName;
103105
$this->priceModifiers = $priceModifiers;
104106
$this->metadataPool = $metadataPool;
105107
$this->resource = $resource;

0 commit comments

Comments
 (0)