Skip to content

Commit

Permalink
Swamp merge order on product shipping
Browse files Browse the repository at this point in the history
  • Loading branch information
alecritson committed Aug 20, 2024
1 parent 63313d2 commit e479435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ public function mount(int|string $record): void
$variant = $this->getVariant();

$this->dimensions = [
...$variant->only(array_keys($this->dimensions)),
...$this->dimensions,
...$variant->only(array_keys($this->dimensions)),
];
$this->shippable = $variant->shippable;
}
Expand Down

0 comments on commit e479435

Please sign in to comment.