Skip to content

Commit

Permalink
Update ManagerInterfacePlugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tdgroot authored Jun 4, 2020
1 parent edc0fa0 commit 2c38c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugin/Message/ManagerInterfacePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public function aroundAddComplexSuccessMessage(
array $data = [],
$group = null
) {
if ($identifier === 'addCartSuccessMessage' &&
$this->config->isEnabled() &&
if ($identifier === 'addCartSuccessMessage' &&
$this->config->isEnabled() &&
$this->config->isDefaultNotificationDisabled()) {
return $subject;
}
Expand Down

0 comments on commit 2c38c2d

Please sign in to comment.