omise / omise-magento

Omise Magento Plugin
https://docs.opn.ooo/magento-plugin
MIT License
34 stars 19 forks source link

setup:di:compile error #115

Closed kinhcan closed 6 years ago

kinhcan commented 6 years ago

I got problem when run php bin/magento setup:di:compile at version 2.1.6 and 2.2.x error:

[ReflectionException]                            
  Class Omise\Payment\Model\Config does not exist 

I did not found class Model/config at code folder.

guzzilar commented 6 years ago

@kinhcan this issue has been solved in https://github.com/omise/omise-magento/pull/106. However, this fix hasn't been released yet. Would you mind to do workaround for now, just delete the following files out from the plugin folder (the same as what I have fixed in that pull request):

Then, execute the command php bin/magento setup:di:compile again.

Sorry for the inconvenience, and thanks for submitting the report 🙂

kinhcan commented 6 years ago

Thank for your solution, I fixed this issue.

guzzilar commented 6 years ago

You're welcome :)

jqjk commented 6 years ago

I'm facing the same issue. So, when will it be released?

jacstn commented 6 years ago

we have fixed in recent release 2.3, so I am closing that issue.