Skip to content

Commit

Permalink
Feedback change
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit-bluebash committed Dec 16, 2024
1 parent 2f77ef9 commit 030339b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/spree/trackers_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def product_for_segment(product, optional = {})
product_hash = Rails.cache.fetch(cache_key) do
{
product_id: product.id,
sku: product.id,
sku: product.sku || product.id,
category: product.category&.name,
name: product.name,
brand: product.brand&.name,
Expand Down

0 comments on commit 030339b

Please sign in to comment.