Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/641
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 8, 2024
1 parent 89d4a04 commit 2c45a83
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions app/code/community/Ebizmarts/MailChimp/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2623,14 +2623,11 @@ protected function isDifferentWebsite($config, $scope, $websiteId)
}

/**
* @param $config
* @param $scope
* @return bool
* 2024-06-08 Dmitrii Fediuk https://upwork.com/fl/mage2pro
* "Refactor the `Ebizmarts_MailChimp` module": https://github.com/thehcginstitute-com/m1/issues/524
* @used-by HCG\MailChimp\Cfg::isExtraEntry() (https://github.com/thehcginstitute-com/m1/issues/641)
*/
protected function isIncorrectScope($config, $scope)
{
return ($config->getScope() == 'stores' && $scope != 'stores');
}
function isIncorrectScope($config, $scope) {return ($config->getScope() == 'stores' && $scope != 'stores');}

/**
* 2024-06-08 Dmitrii Fediuk https://upwork.com/fl/mage2pro
Expand Down

0 comments on commit 2c45a83

Please sign in to comment.