File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/code/Magento/Catalog/Model/ResourceModel/Product Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -569,15 +569,15 @@ public function getSearchableData($productId, $storeId)
569
569
*
570
570
* @return string[]
571
571
*/
572
- public function getPriceTypes ()
572
+ private function getPriceTypes ()
573
573
{
574
574
return [
575
- \Magento \Catalog \Model \ Product \Option ::OPTION_TYPE_FIELD ,
576
- \Magento \Catalog \Model \ Product \Option ::OPTION_TYPE_AREA ,
577
- \Magento \Catalog \Model \ Product \Option ::OPTION_TYPE_FILE ,
578
- \Magento \Catalog \Model \ Product \Option ::OPTION_TYPE_DATE ,
579
- \Magento \Catalog \Model \ Product \Option ::OPTION_TYPE_DATE_TIME ,
580
- \Magento \Catalog \Model \ Product \Option ::OPTION_TYPE_TIME ,
575
+ \Magento \Catalog \Api \ Data \ProductCustomOptionInterface ::OPTION_TYPE_FIELD ,
576
+ \Magento \Catalog \Api \ Data \ProductCustomOptionInterface ::OPTION_TYPE_AREA ,
577
+ \Magento \Catalog \Api \ Data \ProductCustomOptionInterface ::OPTION_TYPE_FILE ,
578
+ \Magento \Catalog \Api \ Data \ProductCustomOptionInterface ::OPTION_TYPE_DATE ,
579
+ \Magento \Catalog \Api \ Data \ProductCustomOptionInterface ::OPTION_TYPE_DATE_TIME ,
580
+ \Magento \Catalog \Api \ Data \ProductCustomOptionInterface ::OPTION_TYPE_TIME ,
581
581
];
582
582
}
583
583
You can’t perform that action at this time.
0 commit comments