marek-vybiral / twisto-for-prestashop

Twisto payment module for PrestaShop
0 stars 0 forks source link

Class Twisto\Twisto not found #2

Closed jancinert closed 7 years ago

jancinert commented 7 years ago

There is a problem, relative path in require statement is not resolved to root directory of the module.

require 'vendor/autoload.php';
->
require __DIR__.'/vendor/autoload.php';
marek-vybiral commented 7 years ago

should be fixed now