diff --git a/vendor/overdose/module-mirasvit-seo-optimization/Block/Rs/Product/AggregateOfferData.php b/vendor/overdose/module-mirasvit-seo-optimization/Block/Rs/Product/AggregateOfferData.php
--- a/vendor/overdose/module-mirasvit-seo-optimization/Block/Rs/Product/AggregateOfferData.php	2024-06-12 14:09:53.078654030 +0000
+++ b/vendor/overdose/module-mirasvit-seo-optimization/Block/Rs/Product/AggregateOfferData.php	2024-06-12 14:05:55.720772222 +0000
@@ -35,31 +35,20 @@

     /** @var \Magento\Store\Model\Store */
     private $store;
-
     /**
      * AggregateOfferData constructor.
-     * @param ProductConfig $productConfig
      * @param OfferData $offerData
-     * @param TemplateEngineServiceInterface $templateEngineService
-     * @param PaymentConfig $paymentConfig
-     * @param ScopeConfigInterface $scopeConfig
-     * @param ShippingConfig $shippingConfig
      * @param ProductRepository $productRepository
      * @param LayoutInterface $layout
      * @param FormatInterface $formatInterface
      */
     public function __construct(
-        ProductConfig $productConfig,
         OfferData $offerData,
-        TemplateEngineServiceInterface $templateEngineService,
-        PaymentConfig $paymentConfig,
-        ScopeConfigInterface $scopeConfig,
-        ShippingConfig $shippingConfig,
         ProductRepository $productRepository,
         LayoutInterface $layout,
         FormatInterface $formatInterface
     ) {
-        parent::__construct($productConfig, $offerData, $templateEngineService, $paymentConfig, $scopeConfig, $shippingConfig, $productRepository, $layout, $formatInterface);
+        parent::__construct($offerData, $productRepository, $layout, $formatInterface);
         $this->offerData = $offerData;
         $this->productRepository = $productRepository;
         $this->layout = $layout;
