Skip to content

Commit ee4744b

Browse files
0 SKU id issue fixed for product feed (#411)
* 0 SKU id issue fixed * 0 SKU id issue fixed
1 parent b56b622 commit ee4744b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/code/Meta/Catalog/Model/Product/Feed/Builder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,6 @@ private function getCategoryPath(Product $product)
343343
private function trimAttribute($attrName, $attrValue)
344344
{
345345
$attrValue = trim((string)$attrValue);
346-
if (!$attrValue) {
347-
return '';
348-
}
349346

350347
// Facebook Product attributes
351348
// ref: https://developers.facebook.com/docs/commerce-platform/catalog/fields

0 commit comments

Comments
 (0)