ebanx / magento-gateway-ebanx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing files

sopedro opened this issue · comments

this is calling a missing file require_once Mage::getBaseDir('lib') . '/Ebanx/vendor/autoload.php';
This file is missing too app/code/community/Ebanx/Gateway/Model/Api.php on line 2
and so on, i have to uninstall the extension.

Hello sopedro! Thank you for your feedback!
Did you download our zip from github releases page? If you did this is really an error.
If you've cloned our repository you need to run composer install. It will download the latest version of our PHP lib and generate the autoload.

commented

@sopedro Have you managed to download the composer dependencies or use the release zip?
If so tell us so we can close the issue =D

Hi @SparK-Cruz . I download de zip release.