diff --git a/app/code/Magento/BundleImportExport/Model/Export/RowCustomizer.php b/app/code/Magento/BundleImportExport/Model/Export/RowCustomizer.php index 840accf098c4d0d77723d38866d115e776ec4d65..fe96f31f3034db7997b6c0b1f00d832aaaea9659 100644 --- a/app/code/Magento/BundleImportExport/Model/Export/RowCustomizer.php +++ b/app/code/Magento/BundleImportExport/Model/Export/RowCustomizer.php @@ -472,7 +472,7 @@ class RowCustomizer implements RowCustomizerInterface $product->unsetData($this->optionCollectionCacheKey); $product->setStoreId($storeId); $this->optionCollections[$productSku][$storeId] = $product->getTypeInstance() - ->getOptionCollections($product) + ->getOptionsCollection($product) ->setOrder('position', Collection::SORT_ORDER_ASC); } return $this->optionCollections[$productSku][$storeId];