Skip to content

Commit

Permalink
Activate multishop support
Browse files Browse the repository at this point in the history
  • Loading branch information
kseghair committed Oct 11, 2024
1 parent e9c2ef7 commit 86cf5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/admin/AdminPsfacebookModuleController.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function initContent()
->present($this->module->name),
'psAccountsToken' => $psAccountsData['psAccountsToken'],
'defaultCategory' => $this->shopRepository->getDefaultCategoryShop(),
'psAccountShopInConflict' => $this->multishopDataProvider->isCurrentShopInConflict($this->context->shop),
'psAccountShopInConflict' => false,
'psFacebookAppId' => $this->env->get('PSX_FACEBOOK_APP_ID'),
'psFacebookFbeUiUrl' => $this->env->get('PSX_FACEBOOK_UI_URL'),
'psFacebookSegmentId' => $this->env->get('PSX_FACEBOOK_SEGMENT_API_KEY'),
Expand Down

0 comments on commit 86cf5ab

Please sign in to comment.