Skip to content

Releases: asciisd/knet

Supporty Laravel 9

08 Jun 13:42

Choose a tag to compare

v2.5.0

- Support Laravel 9

Fixed illuminate\database version

07 Jul 08:50

Choose a tag to compare

v2.4.2

- fixed illuminate\database version

update dompdf to ^1.0

16 Jun 14:19

Choose a tag to compare

v2.4.1

- upgrade php and dompdf

Update PHP 8.0

16 Jun 14:10

Choose a tag to compare

v2.4.0

- update illuminate\db to v8.40

added KnetTransactionHasErrors Event

27 Nov 13:43

Choose a tag to compare

  • added KnetTransactionHasErrors Event to fired once the transaction updated with these errors
  • added KnetTransactionException Mail to use it if you want inside your error listener.
  • updated controller to not throw an exception in case of the invoice has an error, you can use an event instead

fixed Transaction status overlapping

12 Nov 14:59

Choose a tag to compare

check if current response is duplicated and this transaction is already captured, so don't update the transaction.

travis.yaml update

26 Oct 08:47

Choose a tag to compare

v2.2.1

- updated travis.yml file

update user path in config file

21 Oct 18:03

Choose a tag to compare

  • removed booted method from service provider
  • change user reference to models directory as laravel 8 update

drop illuminate v6 support

13 Oct 09:42

Choose a tag to compare

  • drop illuminate v6 support
  • force php 7.3

Added Receipt System

18 Apr 21:50

Choose a tag to compare

v2.0.0

update README.md