Skip to content

Commit

Permalink
Merge pull request #34 from evalentgroup/issue-33-fix
Browse files Browse the repository at this point in the history
#33 Fixed issue with cart when module is disabled
  • Loading branch information
asbjornu committed Jan 22, 2021
2 parents 6bbde5b + 577073d commit 247a4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/QuoteRepositoryPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function aroundSave(
MageQuote $quote
) {
if (!$this->config->isActive()) {
return null;
return $proceed($quote);
}

$returnValue = $proceed($quote);
Expand Down

0 comments on commit 247a4aa

Please sign in to comment.