Skip to content

Commit

Permalink
This is a charge not a discount
Browse files Browse the repository at this point in the history
  • Loading branch information
jumph4x committed Jun 14, 2012
1 parent 9805e95 commit af66e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/spree/line_item_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ def eligible?(source = nil)

def calculate_core_charge
return unless product.core_amount
- self.quantity * product.core_amount
self.quantity * product.core_amount
end
end

0 comments on commit af66e03

Please sign in to comment.