From 6ddc3279f88a800bd1685464a7441fc66ed4665d Mon Sep 17 00:00:00 2001 From: Puleeno Nguyen Date: Wed, 25 May 2022 22:20:53 +0700 Subject: [PATCH] Added productShortDesc and productShortDescription --- src/DataSource/FeedItem.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/DataSource/FeedItem.php b/src/DataSource/FeedItem.php index b8a8c70..dfda731 100644 --- a/src/DataSource/FeedItem.php +++ b/src/DataSource/FeedItem.php @@ -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;