Skip to content

Commit

Permalink
change the mollie_identifier method since the function was not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldharlem committed Jul 6, 2019
1 parent 28a542d commit 2d29513
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 @@ -10,7 +10,7 @@ def vat_amount
end

def mollie_identifier
"#{line.id}-#{line.variant.sku}"
"#{id}-#{variant.sku}"
end

def vat_rate
Expand Down

0 comments on commit 2d29513

Please sign in to comment.