Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzwood committed Feb 22, 2024
1 parent 7b1bb38 commit 931e6ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/components/commerce_dynamictaxmode/src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ public function setDynamicTaxMode(Order $event)
return;
}

/**
* ISSUE: If this is a session cart order, then this doesn't get saved!
*/
$order = $event->getOrder();
$order->set('is_inclusive', $sessionValue === 'inclusive');
$order->save();
Expand Down

0 comments on commit 931e6ec

Please sign in to comment.