Skip to content

Commit

Permalink
Remove originator assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis I committed Jun 27, 2015
1 parent a49d439 commit 324dec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/spree/order_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def create_core_charges
new_core_charge.label = "#{Spree.t(:core_charge)} [#{li.variant.sku}]"
new_core_charge.source = li
new_core_charge.adjustable = self
new_core_charge.originator = li
new_core_charge.amount = li.calculate_core_charge
new_core_charge.eligible = true

Expand Down

0 comments on commit 324dec8

Please sign in to comment.