David Cook
2025-01-24 13:59:16 +11:00
committed by Gaetan Craig-Riou
parent be78c2ac41
commit ffad3f249b

View File

@@ -105,7 +105,7 @@ module Spree
if default_zone_or_zone_match?(item.order)
calculator.compute(item)
else
# In this case, it's a refund.
# In this case, it's a refund (for instance offering a manual discount via an adjustment)
calculator.compute(item) * - 1
end
else