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 83d92b2 commit 7f5566f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/code/community/Ebizmarts/MailChimp/Helper/Data.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
# 2024-06-08
# Transfer the configuration code from `Ebizmarts_MailChimp_Helper_Data`
# to a dedicated class (`HCG\MailChimp\Cfg`) and `hcg_mc_cfg_*` functions: https://github.com/thehcginstitute-com/m1/issues/641
class Ebizmarts_MailChimp_Helper_Data extends Mage_Core_Helper_Abstract {
const DEFAULT_SIZE = '0';
const SMALL_SIZE = '1';
Expand Down
4 changes: 3 additions & 1 deletion app/code/local/HCG/MailChimp/Cfg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
# 2024-06-08
# Transfer the configuration code from `Ebizmarts_MailChimp_Helper_Data`
# to a dedicated class (`HCG\MailChimp\Cfg`) and `hcg_mc_cfg_*` functions: https://github.com/thehcginstitute-com/m1/issues/641
final class Cfg {}
final class Cfg {

}

0 comments on commit 7f5566f

Please sign in to comment.