-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ACCOUNT-2723] fix: readonly bo login flag #435
Conversation
Quality Gate passedIssues Measures |
// /** @var PsAccountsService $service */ | ||
// $service = $this->module->getService(PsAccountsService::class); | ||
// $service->enableLogin(true); | ||
// if ($this->module->isShopEdition()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remove the "isShopEdition()" method? I would prefer an implementation focusing on our business rather than other teams' products ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to go further in that direction but we still use it to trigger segment events...
* feat: don't modify login flag
* feat: don't modify login flag
https://forge.prestashop.com/browse/ACCOUNT-2723