Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Oct 16, 2024
1 parent 83488b6 commit 1d3bc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/Carts.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function getCart(bool $forceSave = false): Order
if ($this->_cart->id && ($autoSetAddresses || $autoSetShippingMethod || $autoSetPaymentSource)) {
$forceSave = true;
}

// Ensure the session knows what the current cart is.
$this->setSessionCartNumber($this->_cart->number);

Expand Down

0 comments on commit 1d3bc08

Please sign in to comment.