Skip to content

Commit

Permalink
Merge pull request #1514 from mailchimp/Issue1510-2.3.6-p1
Browse files Browse the repository at this point in the history
closes #1510 for magento 2.3.6-p1
  • Loading branch information
gonzaloebiz authored Aug 18, 2022
2 parents 0650a58 + 12ae79b commit ba604a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Config/Backend/MonkeyStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function beforeSave()
}
if ($found==1) {
$this->_helper->cancelAllPendingBatches($mailchimpStore);
$this->_helper->resetErrors($mailchimpStore);
$this->_helper->resetErrors($mailchimpStore, true);
}
$this->_helper->restoreAllCanceledBatches($this->getValue());
if ($createWebhook) {
Expand Down

0 comments on commit ba604a0

Please sign in to comment.