Skip to content

Commit 6d6cc69

Browse files
committed
FIXME: Come back to this later
1 parent 7ce5874 commit 6d6cc69

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

core/app/models/spree/in_memory_order_updater.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ def determine_shipment_state
110110
# adjustments, update cancellation adjustments, and then update the total
111111
# fields (promo_total, included_tax_total, additional_tax_total, and
112112
# adjustment_total) on the item.
113+
#
114+
# FIXME: Should this be renamed to `update_adjustments` since it persists
115+
# changes to promotion and tax adjustments, and item totals?
116+
#
113117
# @return [void]
114118
def recalculate_adjustments(persist:)
115119
# Promotion adjustments must be applied first, then tax adjustments.

0 commit comments

Comments
 (0)