Skip to content

Commit

Permalink
Merge pull request #1198 from mailchimp/Issue-1192-2.2
Browse files Browse the repository at this point in the history
closes #1192 for magento 2.2
  • Loading branch information
gonzaloebiz authored Jun 3, 2021
2 parents 884dd0e + b232192 commit 15489c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public function getMCMinSyncDateFlag($storeId = null)
{
$syncDate = $this->getConfigValue(self::XML_PATH_SYNC_DATE, $storeId);
if ($syncDate=='') {
$syncDate = '0000-00-00';
$syncDate = '1900-01-01';
}
return $syncDate; }
public function getBaseDir()
Expand Down

0 comments on commit 15489c5

Please sign in to comment.