All notable changes to laravel-redsys
will be documented in this file.
- New: Local gateway is refactored to work with Sail,
artisan serve
or any other single threaded server. - New: Improved REST integration with handled responses.
- Breaking: Updated database schema to allow different transaction types (refunds for example) with the same order number.
Updated main dependency:
- Breaking: creagia/redsys-php v3 compatibility. Check the changelog.
This version is a complete rewrite. Though there are lots of breaking changes, all features of v1 are retained. Notable changes and additions:
- New: Manage bank cards as tokens with Credential-on-File requests
- New: Redirection and REST integration methods
- New: Requests could be not associated to Eloquent models
- New: Custom request with every Redsys parameter available
- Breaking: Currency amounts handled in cents as integer
- Breaking: Naming for classes, methods and schema changed
- Laravel 10.x compatibility by @dtorras in #16
Full Changelog: https://github.com/creagia/laravel-redsys/compare/1.1.1...1.1.2
- Return normalized status from payment attempt
- Create explicit Redsys notification relationship
- @dependabot made their first contribution in #2
Full Changelog: https://github.com/creagia/laravel-redsys/compare/1.1.0...1.1.1
- CHANGED: Laravel 9 support
- Add exceptions for missing config options
Initial release