Skip to content

magento2.4.3

Auto Added by WPeMatico

Plugin Class does not exists

I am creating plugin to alter API response in M2.4.3. I am trying to alter this functionality via plugin MagentoFrameworkWebapiRestResponse and function prepareResponse My di.xml file is: <?xml version=”1.0″ ?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoFrameworkWebapiRestResponse”> <plugin name=”vendor_apiresponses_extend_Webapi_rest_response” type=”VendorApiResponsesPluginFrameworkWebapiRestResponseUpdateResponse” /> </type>… Read More »Plugin Class does not exists

How to upgrade magento cloud 2.4.3-p1 to 2.4.3-p3?

can you please help me How to upgrade magento cloud 2.4.3-p1 to 2.4.3-p3 ? I have tried below command but it’s displaying the 2.4.3-beta1 version. composer require “magento/magento-cloud-metapackage”:”>=2.4.3-p3 <2.4.5″ –no-update composer update