Releases: asciisd/knet
Releases · asciisd/knet
Supporty Laravel 9
v2.5.0 - Support Laravel 9
Fixed illuminate\database version
v2.4.2 - fixed illuminate\database version
update dompdf to ^1.0
v2.4.1 - upgrade php and dompdf
Update PHP 8.0
v2.4.0 - update illuminate\db to v8.40
added KnetTransactionHasErrors Event
- 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
check if current response is duplicated and this transaction is already captured, so don't update the transaction.
travis.yaml update
v2.2.1 - updated travis.yml file
update user path in config file
- removed booted method from service provider
- change user reference to models directory as laravel 8 update
drop illuminate v6 support
- drop illuminate v6 support
- force php 7.3
Added Receipt System
v2.0.0 update README.md