Skip to content

Commit 2c38c2d

Browse files
authored
Update ManagerInterfacePlugin.php
1 parent edc0fa0 commit 2c38c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugin/Message/ManagerInterfacePlugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public function aroundAddComplexSuccessMessage(
3636
array $data = [],
3737
$group = null
3838
) {
39-
if ($identifier === 'addCartSuccessMessage' &&
40-
$this->config->isEnabled() &&
39+
if ($identifier === 'addCartSuccessMessage' &&
40+
$this->config->isEnabled() &&
4141
$this->config->isDefaultNotificationDisabled()) {
4242
return $subject;
4343
}

0 commit comments

Comments
 (0)