Magento 2 “Class Not Found” external php library
We would like to install external php library in Magento 2 https://github.com/php-sepa-xml/php-sepa-xml We installed the package with composer require digitick/sepa-xml:dev-master In our class we have included use DigitickSepaTransferFileFactoryTransferFileFacadeFactory; we ran php bin/magento setup:di:compile and got no errors. When we call… Read More »Magento 2 “Class Not Found” external php library