Skip to content

Releases: academe/SagePay-Integration

Misc fixes

20 Sep 17:37
7d2720f
Compare
Choose a tag to compare
Misc fixes Pre-release
Pre-release

Somehow got left off previous PR.

PHP 8.1 release for legacy apps

19 Sep 18:30
6027cfb
Compare
Choose a tag to compare
Pre-release

You are advised to switch to https://github.com/academe/opayo-pi which replaces this package. In the meantime, if you are still planning a migration, but need to move to PHP 8, then this release should see you okay.

Last "Sage Pay" release

25 Aug 11:21
Compare
Choose a tag to compare
2.0.3

Fix documentation reference

Add TOC and badges

24 Aug 17:22
Compare
Choose a tag to compare
2.0.2

Add TOC

Update dependency version formats

24 Aug 17:20
Compare
Choose a tag to compare
2.0.1

Update dependencies

PHP 7.4/8.0 + AVS CVC request and response details

24 Aug 16:49
Compare
Choose a tag to compare
Bring the package up-to-date.

* PHP 7.4+/8.0+ support only.
* Issue #57 to get AVS CVC check details.

Removal of a var_dump() that found its way into the Amount class

04 Oct 22:20
Compare
Choose a tag to compare

Multiple fixes. additions and some refactoring

13 Mar 23:39
Compare
Choose a tag to compare

Quite a few changes here (should have made a release six months ago really) so test thoroughly:

  • Issue #11 Handle Card Tokens
  • Issue #40 Add Refund support
  • Issue #43 3D Secure object structure fix
  • Issue #44 Add void support
  • Issue #45 Some general restructuring
  • Issue #47 Support saved cards
  • Issue #48 Expand supported currencies
  • Issue #50 RepeatPayment supports giftAid option
  • Issue #51 mathiasverraes/money is abandoned
  • Issue #53 Support Deferred transaction type and abort/release instructions
  • Issue #54 Is Academe\SagePay\Psr7\Response\Model\Amount used?

From now on, I'm going to be writing unit tests for any functions that are being modified to help try to keep this package stable.

Support Repeat Transactions

14 Jun 10:01
Compare
Choose a tag to compare

Quite a bit of refactoring, but the interfaces are essentially the same.

First release

28 Apr 21:34
Compare
Choose a tag to compare

Should all be functional now. Covers only the back-end, so handle all the front end functionality as recommended by Sage Pay.