All notable changes to laravel-midtrans
will be documented in this file.
add support laravel 10
bugfix for issue #10
bugfix make credit card nullable
hotfix midtrans api
Use midtrans-api
package
- Added nullable field
- Use Laravel's Http
- update composer package
Full Changelog: https://github.com/sawirricardo/laravel-midtrans/compare/1.3.2...1.3.3
- removed midtrans-php dependencies
- changed namespace to use Sawirricardo\Midtrans\Laravel\Midtrans
- Bump to php 8.0
- User sawirricardo/midtrans-api package
- Make gross amount nullable
- Refactor midtrans code to use object oriented
Added Laravel 9 support
update composer json
fixed composer.json
- Added tests
- Verify incoming midtrans notifications (or webhooks)
Full Changelog: https://github.com/sawirricardo/laravel-midtrans/compare/2022-01...1.1.0
- Added tests
- Verify incoming midtrans notifications (or webhooks)
Hotfix
- initial release