Skip to content

Commit

Permalink
Merge pull request #3 from shopgate/feature/reindex-lineitems
Browse files Browse the repository at this point in the history
Reindex lineItems
  • Loading branch information
Rekhyt authored Oct 22, 2024
2 parents 5699865 + 6424e7e commit cbc8466
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 cbc8466

Please sign in to comment.