Skip to content

Commit 368a66e

Browse files
authored
Merge pull request #50 from jdgrieco/master
Add productID in Product
2 parents fbcdb41 + 454ee7a commit 368a66e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ContextTypes/Product.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class Product extends AbstractContext
1414
'brand' => null,
1515
'image' => null,
1616
'sku' => null,
17+
'productID' => null,
1718
'url' => null,
1819
'review' => Review::class,
1920
'aggregateRating' => AggregateRating::class,

0 commit comments

Comments
 (0)