Skip to content

Commit cc370e5

Browse files
committed
Fix typo in SQL for CustomOptionPriceModifier
1 parent 2f017b7 commit cc370e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/CustomOptionPriceModifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ private function getSelectForOptionsWithMultipleValues(string $sourceTable): Sel
211211
} else {
212212
$select->joinLeft(
213213
['otps' => $this->getTable('catalog_product_option_type_price')],
214-
'otps.option_type_id = otpd.option_type_id AND otpd.store_id = cwd.default_store_id',
214+
'otps.option_type_id = otpd.option_type_id AND otps.store_id = cwd.default_store_id',
215215
[]
216216
);
217217

0 commit comments

Comments
 (0)