Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
[FACTFNIDER-158] Fix store configuration for import triggering #135
Browse files Browse the repository at this point in the history
  • Loading branch information
xpoback committed Aug 2, 2016
1 parent c67fe93 commit d9f4b74
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function triggerImportAfterExport($observer)
$channel = $helper->getPrimaryChannel($storeId);
$download = !Mage::helper('factfinder/export')->useFtp($storeId);
$facade = Mage::getModel('factfinder/facade');
$facade->setStoreId($storeId);
$facade->triggerDataImport($channel, $download);
}
}
Expand Down

0 comments on commit d9f4b74

Please sign in to comment.