Skip to content

Commit

Permalink
Merge pull request friends-of-presta#257 from micka-fdz/patch-1
Browse files Browse the repository at this point in the history
Add psxmarketingwithgoogle to list of non-essential modules
  • Loading branch information
jf-viguier authored Oct 19, 2022
2 parents 73e57c9 + cc72ac4 commit dc1c6aa
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/Commands/Module/ModuleNonEssential.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,19 @@ class ModuleNonEssential extends Command
*/
private const ALLOWED_COMMAND = ['status', 'uninstall', 'install'];

private const NON_ESSENTIAL_MODULES = ['emarketing', 'gamification', 'ps_checkout',
'ps_eventbus', 'psaddonsconnect', 'statsvisits', 'welcome', 'ps_metrics', 'ps_facebook', 'ps_accounts', ];
private const NON_ESSENTIAL_MODULES = [
'emarketing',
'gamification',
'ps_accounts',
'ps_checkout',
'ps_eventbus',
'ps_facebook',
'ps_metrics',
'psaddonsconnect',
'psxmarketingwithgoogle',
'statsvisits',
'welcome',
];

/**
* {@inheritdoc}
Expand Down

0 comments on commit dc1c6aa

Please sign in to comment.