Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace when using laravel #17

Open
obonyojimmy opened this issue Nov 16, 2015 · 1 comment
Open

Namespace when using laravel #17

obonyojimmy opened this issue Nov 16, 2015 · 1 comment

Comments

@obonyojimmy
Copy link

This package lacks a namespace hence , creating a provider and facade using laravel framework becomes very dificult

@nikolasp
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants