From 4f5f697b009ecc4b754d12f3b617cc18b87193f9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 9 May 2023 16:07:43 +0000 Subject: [PATCH] fixes --- Controller/ApiController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index c70def6..562c519 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -162,8 +162,8 @@ final class ApiController extends Controller $schema = [ '@context' => 'https://schema.org/', '@type' => 'Product', - 'name' => $item->getL11n('name1')->description, - 'description' => $item->getL11n('description_short')->description, + 'name' => $item->getL11n('name1')->content, + 'description' => $item->getL11n('description_short')->content, 'image' => [ ], 'offers' => [