Skip to content

Commit

Permalink
Reindex lineItems
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Simon committed Oct 21, 2024
1 parent 5699865 commit 6424e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected function createDefaultContext(): array
$this
)
),
new Filter(new LineItemFilter(0, 1))
new Filter(new LineItemFilter(0, 1), Filter::REINDEX)
),
'discountAmount' => new DiscountAmountCalculator(),
'subTotal' => new SubTotalCalculator(),
Expand Down

0 comments on commit 6424e7e

Please sign in to comment.