Skip to content

Commit 0ef25ee

Browse files
authored
Merge pull request solidusio#6450 from SuperGoodSoft/less-redundancy
Remove redundant item total setting
2 parents f474935 + 2de3c67 commit 0ef25ee

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/app/models/spree/in_memory_order_updater.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ def recalculate_line_item_prices
237237

238238
def persist_totals
239239
shipments.each(&:persist_amounts)
240-
assign_item_totals
241240
log_state_change("payment")
242241
log_state_change("shipment")
243242
order.save!

0 commit comments

Comments
 (0)