Skip to content

Commit

Permalink
Added productShortDesc and productShortDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed May 25, 2022
1 parent ff9a11d commit 6ddc327
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/DataSource/FeedItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ class FeedItem
protected $productPrice;
protected $productImages;

// The keys for product short description
protected $productShortDesc;
protected $productShortDescription;

protected $productCategoryName;
protected $productCategoryDesc;
protected $productCategoryShortDesc;
Expand Down

0 comments on commit 6ddc327

Please sign in to comment.