Skip to content

Commit

Permalink
new version 102.3.58 for magento 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Feb 28, 2024
1 parent 929288d commit 92c3c11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Helper/Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ public function saveEcommerceData(
) {
if (!empty($entityId)) {
$chimpSyncEcommerce = $this->getChimpSyncEcommerce($storeId, $entityId, $type);
if ($modified==0) {
$sent = \Ebizmarts\MailChimp\Helper\Data::SYNCED;
}
if ($chimpSyncEcommerce->getRelatedId() == $entityId ||
!$chimpSyncEcommerce->getRelatedId() && $modified != 1) {
$chimpSyncEcommerce->setMailchimpStoreId($storeId);
Expand Down

0 comments on commit 92c3c11

Please sign in to comment.