Skip to content

Releases: creagia/redsys-php

3.0.3

30 Apr 10:03
96e0466

Choose a tag to compare

What's Changed

  • Adding case for Apple Pay / Google Pay by @glijcom in #38

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2

25 Feb 11:03
715bee3

Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #35
  • Add PHP 8.4 tests by @dtorras in #37
  • refactors to use '||' and '&&' instead of 'and' and 'or' operators by @ordago in #32

Full Changelog: 3.0.1...3.0.2

3.0.1

09 Jul 09:48
60b1439

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

02 Jun 16:40

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

Choose a tag to compare

Fixes tests compatibility

2.0.0

16 May 10:53
c1b526a

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

Choose a tag to compare

  • Cast amount to float from Redsys notification

1.0.0

25 Jan 11:50

Choose a tag to compare

Initial release