You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library with laravel 5 app and when I'm calling method with this line \Twocheckout_Sale::retrieve($args) from queue it's throwing error that class isn't found. However, same method called out from queue is working. I'm assuming this is beacuse library for autoload is using PSR-0, namespacing doesn't exist and class naming conventions are old and against new PSR-4 autoloading standard.
This package lacks a namespace hence , creating a provider and facade using laravel framework becomes very dificult
The text was updated successfully, but these errors were encountered: