Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closes #1951 for magento 2.3.6-p1 #1955

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Conversation

gonzaloebiz
Copy link
Collaborator

No description provided.

@gonzaloebiz gonzaloebiz self-assigned this Apr 8, 2024
@gonzaloebiz gonzaloebiz linked an issue Apr 8, 2024 that may be closed by this pull request
@@ -291,10 +287,6 @@ protected function _getNewOrders($magentoStoreId)
}
}
$orderJson = $this->generatePOSTPayload($order, $mailchimpStoreId, $magentoStoreId,false,$isSynced);
if ($this->modifiedOrder) {
$order->save();
$this->modifiedOrder = false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Se puede sacar?

protected $modifiedOrder = false;

@gonzaloebiz gonzaloebiz merged commit e99e16b into develop-2.3.6-p1 Apr 8, 2024
@gonzaloebiz gonzaloebiz deleted the Issue1951-2.3.6-p1 branch April 8, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't search for customer activity for modified orders
2 participants