Skip to content

Commit

Permalink
Remove IntegrationTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyao committed Jun 6, 2023
1 parent b765258 commit 8087b57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Setup/RecurringData.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class RecurringData implements InstallDataInterface
*/
protected $authorizationService;

private $apps = ['tracking', 'returns'];

public function __construct(
StoreRepositoryInterface $storeRepository,
IntegrationServiceInterface $integrationService,
Expand All @@ -48,7 +50,6 @@ public function __construct(
public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
{
$storeList = $this->storeRepository->getList();
$integrationNames = [];
foreach ($storeList as $index => $item) {
$storeId = $item->getId();
if ($storeId == 0) continue;
Expand Down

0 comments on commit 8087b57

Please sign in to comment.