Skip to content

Commit

Permalink
Do not specify eligible default in unit cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
mamhoff committed Jun 24, 2024
1 parent 5a02ee3 commit daeacb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/app/models/spree/unit_cancel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def adjust!
amount: amount,
order: inventory_unit.order,
label: "#{I18n.t('spree.cancellation')} - #{reason}",
eligible: true,
finalized: true
)

Expand Down

0 comments on commit daeacb5

Please sign in to comment.