We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b47c4 commit 1663b53Copy full SHA for 1663b53
app/code/Magento/ProductVideo/Model/Plugin/Catalog/Product/Gallery/CreateHandler.php
@@ -61,7 +61,6 @@ public function afterExecute(
61
if (!empty($mediaCollection)) {
62
$newVideoCollection = $this->collectNewVideos($mediaCollection);
63
$this->saveVideoData($newVideoCollection, 0);
64
- $this->saveAdditionalStoreData($newVideoCollection);
65
66
$videoDataCollection = $this->collectVideoData($mediaCollection);
67
$this->saveVideoData($videoDataCollection, $product->getStoreId());
0 commit comments