/home/techb158/ileadtechnology.com/vendor/tzsk/payu
NameSizeModeActions
src/-0755rm
tests/-0755rm
.codeclimate.yml3160644editdlrm
.editorconfig3120644editdlrm
.gitignore290644editdlrm
.styleci.yml130644editdlrm
.travis.yml700644editdlrm
CHANGELOG.md8890644editdlrm
composer.json16080644editdlrm
composer.lock1699660644editdlrm
CONDUCT.md32240644editdlrm
CONTRIBUTING.md12500644editdlrm
ISSUE_TEMPLATE.md7170644editdlrm
LICENSE.md11470644editdlrm
phpunit.xml7090644editdlrm
PULL_REQUEST_TEMPLATE.md18550644editdlrm
README.md22650644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/tzsk/payu/CHANGELOG.md (889B)
# Changelog All Notable changes to `payu` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. ## Version - 4.0.0 - Laravel 7 Support ## Date - 2018-03-13 ### Added - Laravel 6 Support - PayuMoney Verification Functionality. - Package Autodiscovery. ### Changed - The Verificaion return response. It now returnes the list of `PayuPayment` instances. ### Fixed - Code Standards. - Bug Fixes. ### Removed - Older Verificaion return response. ## Earlier ### Added - Payment Verify Functionality. - Simple Polymorphic Relation. - More Payment API to make life easier. ### Deprecated - Nothing ### Fixed - Bugs about Callback URL. - Migration File Bug fixed. - Bugs about CSRF token. - Other Code Improvements. ### Removed - Support for Laravel 5.1 due to lack of `web` middleware. ### Security - Security patches.