oc-shopaholic / oc-omnipay-shopaholic-plugin

💳 Payment gaytways extension for Shopaholic plugin
GNU General Public License v3.0
13 stars 6 forks source link

Omnipay\Omnipay class doesn't exist #11

Closed vdomah closed 5 years ago

vdomah commented 5 years ago

Hi!

After this plugin installation I had an issue with gateway settings field and after debugging found that the cause is in line 42 of ExtendFieldHandler.php:

!class_exists(Omnipay::class)

So base class is not detected by the project. How could I solve this?

composer dump-autoload already tried

vdomah commented 5 years ago

Reinstalled by removing vendor dir and running composer install and now it works