Skip to content

Commit

Permalink
Merge pull request #43 from exponea/cart-merge-fix
Browse files Browse the repository at this point in the history
EXP-211: Fix cart merge
  • Loading branch information
eduard13 authored Mar 21, 2024
2 parents 01f2d44 + 57edaa3 commit 3bc7ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/Quote/TriggerCartUpdateEventAfterCartTruncate.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ public function beforeMerge(Subject $subject, Subject $quote): array
$this->cartUpdateEventSettings->setIsCartUpdated(CartUpdateEventSettings::UPDATE_ACTION);
}

return [$subject];
return [$quote];
}
}

0 comments on commit 3bc7ed8

Please sign in to comment.