Skip to content

Commit 31f3023

Browse files
committed
MAGETWO-66700: [Performance] Catalog Product Optimization
1 parent 6718c1b commit 31f3023

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ public function getSearchableData($productId, $storeId)
569569
*
570570
* @return string[]
571571
*/
572-
private function getPriceTypes()
572+
public function getPriceTypes()
573573
{
574574
return [
575575
\Magento\Catalog\Api\Data\ProductCustomOptionInterface::OPTION_TYPE_FIELD,

0 commit comments

Comments
 (0)