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

Fix for Laravel 5.2 #31

Closed serpentblade closed 8 years ago

serpentblade commented 8 years ago

Models with non-incrementing primary keys need to set incrementing to false to prevent the primary key being overwritten on write.

makasim commented 8 years ago

Is there any other things that broken on 5.2. Or you made it working with laravel 5.2 after this fix?

serpentblade commented 8 years ago

This was the change that allowed everything to work for me. Prior to the change the hash would reset to 0 and the target/after urls were recorded incorrectly.