Skip to content

Commit

Permalink
Merge pull request #50 from jdgrieco/master
Browse files Browse the repository at this point in the history
Add productID in Product
  • Loading branch information
Torann authored Apr 25, 2019
2 parents fbcdb41 + 454ee7a commit 368a66e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ContextTypes/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Product extends AbstractContext
'brand' => null,
'image' => null,
'sku' => null,
'productID' => null,
'url' => null,
'review' => Review::class,
'aggregateRating' => AggregateRating::class,
Expand Down

0 comments on commit 368a66e

Please sign in to comment.