Skip to content

Commit

Permalink
fix condition to take the action #1866 for 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Feb 22, 2024
1 parent 7a88457 commit 2f2600c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Model/Api/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ protected function generatePOSTPayload(
$order->setMailchimpFlag(1);
$this->modifiedOrder = true;
}
} else {
$this->_helper->log();
}

if ($order->getMailchimpLandingPage()) {
Expand Down

0 comments on commit 2f2600c

Please sign in to comment.