You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class Paazl\CheckoutWidget\Plugin\Multishipping\Block\Checkout\Address located in ./vendor/paazl/magento2-checkout-widget/Block/Checkout/Address.php does not comply with psr-4 autoloading standard. Skipping.
#92
Closed
LexKoomen opened this issue
May 13, 2022
· 1 comment
I get an error on this class and I understand why.
The namespace is:
namespace Paazl\CheckoutWidget\Plugin\Multishipping\Block\Checkout;
While the file path is:
Block/Checkout/Address.php
"Plugin/Multishipping" should be removed from the namespace and from the frontend/di.xml aswell.
The text was updated successfully, but these errors were encountered: