Skip to content

Commit

Permalink
closes #1510 for magento 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Aug 18, 2022
1 parent 4f14a82 commit 356a7ec
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 @@ -134,7 +134,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 356a7ec

Please sign in to comment.