|
@@ -151,10 +151,10 @@ |
|
|
block discarded – undo |
|
151
|
151
|
if ($plugin->getPluginConfiguration()->hasParam(ConfigurationKeys::CLEAN_UP_TIER_PRICES)) { |
|
152
|
152
|
if ($plugin->getPluginConfiguration()->getParam(ConfigurationKeys::CLEAN_UP_TIER_PRICES)) { |
|
153
|
153
|
$this->getTierPriceProcessor() |
|
154
|
|
- ->cleanUpTierPrices( |
|
155
|
|
- $this->getProcessedTierPrices($plugin->getSerial()), |
|
156
|
|
- $this->getSkuToPkMappingUtil()->getInvertedSkuToPkMapping($this->getRegistryProcessor(), $plugin->getSerial()) |
|
157
|
|
- ); |
|
|
154
|
+ ->cleanUpTierPrices( |
|
|
155
|
+ $this->getProcessedTierPrices($plugin->getSerial()), |
|
|
156
|
+ $this->getSkuToPkMappingUtil()->getInvertedSkuToPkMapping($this->getRegistryProcessor(), $plugin->getSerial()) |
|
|
157
|
+ ); |
|
158
|
158
|
} |
|
159
|
159
|
} |
|
160
|
160
|
} |
Please login to merge, or discard this patch.