Skip to content

Commit 454ee7a

Browse files
authored
Merge pull request #1 from jdgrieco/add-productId
Add productID property in Product
2 parents fbcdb41 + 80c87bc commit 454ee7a

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)