Skip to content

magento man

TypeError: Argument 3 passed to Plugin::around must be an instance of Totals, Totals/Interceptor given, called in Interceptor.php on line 135

I am facing this error TypeError: Argument 3 passed to CatwalkTransitCoverPluginFeesPlugin::aroundAddTotal() must be an instance of MagentoSalesBlockAdminhtmlOrderInvoiceTotals, instance of MagentoSalesBlockOrderTotalsInterceptor given, called in vendor/magento/framework/Interception/Interceptor.php on line 135 and defined in app/code/Catwalk/TransitCover/Plugin/FeesPlugin.php:24 Here is my plugin code app/code/Catwalk/TransitCover/Plugin/FeesPlugin.php <?php declare(strict_types=1); namespace… Read More »TypeError: Argument 3 passed to Plugin::around must be an instance of Totals, Totals/Interceptor given, called in Interceptor.php on line 135