Skip to content

Commit b9a74c5

Browse files
committed
Keep the old misspelled method and deprecate it to ensure backwards compatibility
1 parent f93bdc1 commit b9a74c5

File tree

1 file changed

+7
-0
lines changed
  • app/code/Magento/BundleImportExport/Model/Import/Product/Type

1 file changed

+7
-0
lines changed

app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,13 @@ protected function populateSelectionTemplate($selection, $optionId, $parentId, $
318318
return $populatedSelection;
319319
}
320320

321+
/**
322+
* @deprecated Misspelled method - use retrieveProductsByCachedSkus() instead
323+
*/
324+
protected function retrieveProducsByCachedSkus() {
325+
return $this->retrieveProductsByCachedSkus();
326+
}
327+
321328
/**
322329
* Retrieve mapping between skus and products.
323330
*

0 commit comments

Comments
 (0)