Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def update_adjustment_total

def update_item_totals
[*line_items, *shipments].each do |item|
Spree::ItemTotal.new(item).recalculate!
Spree::Config.item_total_class.new(item).recalculate!

# The cancellation_total isn't persisted anywhere but is included in
# the adjustment_total.
Expand Down
Loading