Skip to content

Releases: creagia/redsys-php

3.0.1

09 Jul 09:48
60b1439
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

02 Jun 16:40
Compare
Choose a tag to compare

What's Changed

New features:

  • POST requests responses are now handled by the package.

Breaking changes

  • Renamed exceptions: All the exceptions have been renamed to include the *Exception suffix.
  • Renamed RedsysNotification as RedsysResponse.
  • POST requests responses returns NotificationParameters or a PostRequestError.

Low impact changes

  • Drop spatie/data-transfer-object dependency
  • Fixes parameter name in README.md by @ordago in #29
  • Refactors to use php match expression by @ordago in #31

New Contributors

Full Changelog: 2.0.1...3.0.0

2.0.1

16 May 11:09
776fff4
Compare
Choose a tag to compare

Fixes tests compatibility

2.0.0

16 May 10:53
c1b526a
Compare
Choose a tag to compare

This version is a complete rewrite. Though there are lots of breaking changes, all features of v1 are retained.

Notable changes and additions:

  • Currency amounts are handled in cents as integer
  • Every request parameter documented by Redsys is available
  • Credential-On-File (token) helpers
  • Redirection and REST integration methods

Full Changelog: 1.0.1...2.0.0

1.0.1

29 Jan 17:22
Compare
Choose a tag to compare
  • Cast amount to float from Redsys notification

1.0.0

25 Jan 11:50
Compare
Choose a tag to compare

Initial release