Skip to content

Commit

Permalink
Merge pull request #163 from nicolasjinchereau/master
Browse files Browse the repository at this point in the history
Fix: GetSKU returns name
  • Loading branch information
baldwin628 committed Oct 6, 2017
2 parents 5a5caee + 42c4d31 commit e0a91ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class ItemHitBuilder : HitBuilder<ItemHitBuilder> {
}

public string GetSKU() {
return name;
return SKU;
}

public ItemHitBuilder SetSKU(string SKU) {
Expand Down

0 comments on commit e0a91ae

Please sign in to comment.