Payum / PayumLaravelPackage

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
https://payum.forma-pro.com/
MIT License
122 stars 38 forks source link

Update 0.15 for Laravel 5.1 #22

Closed chaosfinity closed 9 years ago

chaosfinity commented 9 years ago

Moved the error handler that converted responses to a function on the controller since Laravel 5 does not support adding error handlers on App any longer

Updated controllers to use the conversion method.

Updated the ServiceProvider to use new Laravel 5 configuration

makasim commented 9 years ago

And the most important, This could not be merged to 0.15 because of BC breaks. Please rebase onto master